bit of styling
This commit is contained in:
parent
306af3dcc1
commit
984261eb27
|
@ -1,5 +1,5 @@
|
||||||
{{ define "partial/footer.tmpl" }}
|
{{ define "partial/footer.tmpl" }}
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
{{end}}
|
{{end}}
|
|
@ -1,5 +1,11 @@
|
||||||
{{ define "partial/header.tmpl" }}
|
{{ define "partial/header.tmpl" }}
|
||||||
<header>
|
<header>
|
||||||
|
|
||||||
|
|
||||||
|
<h1>
|
||||||
|
IndieScrobble
|
||||||
|
</h1>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
<a href="/faqs">About/FAQs</a>
|
<a href="/faqs">About/FAQs</a>
|
||||||
|
@ -12,9 +18,6 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<h1>
|
|
||||||
IndieScrobble
|
|
||||||
</h1>
|
|
||||||
{{ if .user.Me }}
|
{{ if .user.Me }}
|
||||||
Logged in as {{.user.Me}} <a href="/logout"><button>Log Out</button></a>
|
Logged in as {{.user.Me}} <a href="/logout"><button>Log Out</button></a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue