diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/views/layout.ecr | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/src/views/layout.ecr b/src/views/layout.ecr index 4f41711..9a3eeeb 100644 --- a/src/views/layout.ecr +++ b/src/views/layout.ecr @@ -10,13 +10,13 @@      <link rel="me" href="https://mastodon.social/@indrajithkl">      <link rel="preconnect" href="https://fonts.googleapis.com">      <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> -    <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet"> +    <link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">  </head>  <body>      <header class="header"> -        <div class="logo-container"> -            <a class="logo" href="/"><img src="/images/logo.png" alt="logo"/></a> -        </div> +        <h1> +            <a class="logo" href="/">indrajith.dev</a> +        </h1>          <h4 class="slogan">(Software is Art)</h4>          <nav>              <ul> | 
