diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/templates/base.html b/templates/base.html index 83b5cc3..993350d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,13 +30,15 @@ </script> <header> + <a href="/" + ><img + src="/favicon.ico" + alt="sakamoto" + style="width: 25px; height: 25px" + /></a> <nav> - <a class="left" href="/">sakamoto</a> - <a class="left" href="/about">about</a> - <a class="left" href="https://git.sakamoto.network">git</a> - <a class="left" href="/blog">blog</a> - <a class="right" href="/rss.xml">rss</a> - <a class="right" href="/atom.xml">atom</a> + <a href="https://git.sakamoto.network">git</a> + <a href="/blog">blog</a> </nav> </header> @@ -46,6 +48,12 @@ <hr /> - <footer>fish</footer> + <footer> + <p>No rights reserved. Birds aren't real.</p> + <nav> + <a href="/rss.xml">rss</a> + <a href="/atom.xml">atom</a> + </nav> + </footer> </body> </html> |
