hugo-theme-introduction/layouts/partials/footer.html

8 lines
221 B
HTML
Raw Normal View History

2017-03-13 09:14:02 +00:00
<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 }}