blog-theme
This commit is contained in:
parent
29b925d36b
commit
e00e6162ac
22 changed files with 349 additions and 1875 deletions
|
@ -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 © {{ 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 © {{ 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue