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

10 lines
761 B
HTML
Raw Normal View History

2018-08-24 20:35:55 +00:00
<div class="section" id="footer"><!-- Begin Footer section -->
<div class="container has-text-centered"><!-- Begin Footer container -->
{{ if .Site.Params.footerText }}
<span class="footer-text">{{ .Site.Params.footerText | markdownify }}</span>
{{ else }}
<span class="footer-text"><a href="https://github.com/vickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <a href="https://vickylai.com" target="_blank" rel="noopener"><i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i></a> by open source contributors.</span>
{{ end }}
</div><!-- End Footer container -->
</div><!-- End Footer section -->