website/layouts/partials/footer.html

21 lines
No EOL
724 B
HTML

<footer>
<div class="container">
<p class="credits copyright">
<p class="credits theme-by">
{{ if .Site.Params.Legal }}
<a href="{{ .Site.BaseURL }}legal/">{{ .Site.Params.Legal }}</a>
<br>
{{ end }}
{{ if .Site.Params.PoweredBy }}
Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;/&nbsp;Theme&nbsp;<a href="https://github.com/kaisugi/HugoTeX">HugoTeX</a>
<br>
{{ end }}
{{ if .Site.Title }}
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>,
{{ end }}
&copy;
{{ .Site.Lastmod.Format "2006" }}
<a href="{{ .Site.BaseURL }}about/">{{ .Site.Params.Author.name }}</a>
</p>
</div>
</footer>