You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
557 B
14 lines
557 B
|
|
<footer>
|
|
<span style="word-spacing: 1ch">
|
|
{{ range .Site.Sections }}
|
|
<a href="{{.RelPermalink }}">{{ .Title }}</a>
|
|
{{ end }}
|
|
{{ range $taxonomyname, $taxonomy := .Site.Taxonomies }}
|
|
{{ if $taxonomy }}<a href="{{ "/" | relLangURL }}{{ $taxonomyname | urlize }}/">{{ $taxonomyname | title }}</a> {{ end }}
|
|
{{ end }}
|
|
</span><br>
|
|
Copyright © {{ 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>
|