footer_container.html 538 B

12345678910111213
  1. <footer class="site-footer">
  2. <div class="inner">
  3. <p class="powered-by">
  4. {{ with .Site.Copyright }}{{ . | markdownify}} &middot; {{ end }}
  5. 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>.
  6. <span class="pull-right"><a href="#" id="back_to_top"><span class="button_icon"><i class="fa fa-chevron-up fa-2x" aria-hidden="true"></i></span></a></span>
  7. </p>
  8. </div>
  9. </footer>