Files
hugo-cwpearson/themes/academic/layouts/partials/footer_container.html
Carl Pearson c86ae95ea6 add theme
2017-07-18 17:40:37 -04:00

21 lines
578 B
HTML

<footer class="site-footer">
<div class="container">
<p class="powered-by">
{{ with .Site.Copyright }}{{ . | markdownify}} &middot; {{ end }}
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>