blog-theme

This commit is contained in:
Elnu 2023-02-18 16:42:54 -08:00
parent 29b925d36b
commit e00e6162ac
22 changed files with 349 additions and 1875 deletions

View file

@ -1,13 +1,13 @@
<footer>
<span style="word-spacing: 1ch">
{{ range .Site.Sections }}
<a href="{{.RelPermalink }}">{{ .Title }}</a>
<a href="{{.RelPermalink }}">{{ .Title }}</a>
{{ end }}
{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }}
{{ if $taxonomy }}<a href="{{ "/" | relLangURL }}{{ $taxonomyname | urlize }}/">{{ $taxonomyname | title }}</a> {{ end }}
{{ end }}
<div id="footer-content">
Copyright &copy; {{ dateFormat "2006" now }} <b>{{ .Site.Title }}</b>. All rights reserved.<br>
Site last regenerated with <a href="https://gohugo.io/">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}</small>
</div>
</span><br>
Copyright &copy; {{ dateFormat "2006" now }} <b>{{ .Site.Title }}</b>. All rights reserved.<br>
Site last regenerated with <a href="https://gohugo.io/">Hugo</a> at {{ partial "time.html" (dict "Date" now) }}
</footer>