bit of styling

This commit is contained in:
James Ravenscroft 2022-02-20 15:11:24 +00:00
parent 306af3dcc1
commit 984261eb27
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{{ define "partial/footer.tmpl" }}
<footer>
IndieScrobble is a FLOSS service provided by <a href="https://brainsteam.co.uk">James Ravenscroft</a>. It is licensed under AGPL-3.0.
IndieScrobble is a FLOSS service provided by <a href="https://brainsteam.co.uk">James Ravenscroft</a>. It is licensed under AGPL-3.0. Styled with <a href="https://simplecss.org/">Simple.CSS</a>
</footer>
{{end}}

View File

@ -1,5 +1,11 @@
{{ define "partial/header.tmpl" }}
<header>
<h1>
IndieScrobble
</h1>
<nav>
<a href="/">Home</a>
<a href="/faqs">About/FAQs</a>
@ -12,9 +18,6 @@
{{end}}
</nav>
<h1>
IndieScrobble
</h1>
{{ if .user.Me }}
Logged in as {{.user.Me}} <a href="/logout"><button>Log Out</button></a>
{{end}}