qrz.is/layouts/partials/footer.html

27 lines
874 B
HTML

<footer>
<!--
<hr>
<navFooter>
<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>
</navFooter>
-->
<hr>
<nav>
<span>
&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}"><b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a>
</span>
<span>
{{range first 1 .Site.Menus.footer }}
<a rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
{{- end }}
{{range after 1 .Site.Menus.footer }}
- <a rel="me" href="{{ .URL }}"><b>{{ .Name }}</b></a>
{{- end }}
</span>
</nav>
</footer>