vsis.online/layouts/partials/footer.html
Roddy González bdffa42684
Add a post about NetBSD installation with CGD in UEFI
Also, edit the header and footer to make it a bit cleaner
2024-06-06 22:55:18 +02:00

9 lines
378 B
HTML

<footer>
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}"> <b>{{ if .Site.Copyright }}{{ .Site.Copyright }}{{ else }}{{ .Site.Title }}{{ end }}</b></a> <a href="https://creativecommons.org/licenses/by/4.0/">CC by 4.0</a>
<br/>
{{- range .Site.Menus.footer }}
<a href="{{ .URL }}"><b>{{ .Name }}</b></a>;
{{- end }}
</p>
<img src="/apollo.jpg"/>
</footer>