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

10 lines
737 B
HTML
Raw Normal View History

<div class="section" id="footer"><!-- Begin Footer section -->
<div class="container has-text-centered"><!-- Begin Footer container -->
2018-01-27 01:10:03 +00:00
{{ if .Site.Params.footerText }}
{{ .Site.Params.footerText }}
{{ else }}
2018-01-01 18:50:39 +00:00
<span class="footer-text"><a href="https://github.com/hivickylai/hugo-theme-introduction" target="_blank" rel="noopener">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank" rel="noopener">Hugo</a>. Made with <i class="fa fa-heart"></i> and <i class="fa fa-coffee"></i>. <a href="https://vickylai.io" target="_blank" rel="noopener">Vicky Lai</a> {{ now.Format "2006" }}</span>
{{ end }}
</div><!-- End Footer container -->
</div><!-- End Footer section -->