Initial commit
This commit is contained in:
parent
1228692325
commit
dbe51f693d
23 changed files with 1924 additions and 0 deletions
13
layouts/partials/footer.html
Normal file
13
layouts/partials/footer.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
<footer>
|
||||
{{ 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 }}
|
||||
<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>
|
||||
</footer>
|
Loading…
Add table
Add a link
Reference in a new issue