qrz.is/layouts/partials/footer.html

19 lines
715 B
HTML

<footer>
<hr>
<nav>
<center>Fediverse.Radio Web Ring</br>
<a href="https://ring.fediverse.radio/ring.php?site=qrz.is&direction=previous">← Back</a>
<a href="https://ring.fediverse.radio/ring.php?site=qrz.is&direction=random">↑ Random</a>
<a href="https://ring.fediverse.radio">↓ Ring Home</a>
<a href="https://ring.fediverse.radio/ring.php?site=qrz.is&direction=next">Next →</a></center>
</nav>
<hr>
<nav>
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>
{{- range .Site.Menus.footer }}
- <a rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
{{- end }}
</p>
</nav>
</footer>