diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e3cd969..99c7689 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,13 +35,20 @@ <header> {{ $image := resources.Get "logo.png" }} {{ $image := $image.Resize "x45" }} - <a href="/"> - <img alt="logo" src="{{ $image.Permalink }}" width={{$image.Width}} height={{$image.Height}}/> - <div> + <nav> + <a href="/">Home</a> + <a href="/about">About</a> + <a href="https://memes.sapka.me">Memes</a> + <a href="https://git.sapka.me">Git</a> + </nav> + <div id="logo-space"> + <a href="/"> + <div id="logo"> + <img alt="logo" id="logo" src="{{ $image.Permalink }}" width={{$image.Width}} height={{$image.Height}}/> + </div> <h1>{{ .Site.Title }}</h1> - (because giphy sucks) - </div> - </a> + </a> + </div> </header> {{ end }} <main> @@ -55,7 +62,7 @@ </main> <footer> <div> - <a href="https://github.com/michalsapka/website" target="_blank">Source code is available</a>. Theme is temporary. Only glory of Satan is eternal. + <a href="https://git.sapka.me/michal-sapka-me.git/" target="_blank">Source code is available</a>. Theme is temporary. Only glory of Satan is eternal. <BR><BR> Unless stated otherwise, all content Copyright 2022, 2023 MichaĆ Sapka. Unauthorized use under penalty of watching a random Netflix show or a fine of one million dolars. |