hugo-theme-introduction/layouts/partials/footer.html
2017-03-13 17:14:02 +08:00

8 lines
No EOL
221 B
HTML

<div class="content" id="footer">
{{ if .Site.Params.footertext }}
{{ .Site.Params.footertext }}
{{ else }}
<a href="#" target="_blank">Introduction</a> theme for <a href="#" target="_blank">Hugo</a>
</div>
{{ end }}