bit of styling
This commit is contained in:
parent
306af3dcc1
commit
984261eb27
|
@ -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}}
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue