footer_container.html 578 B

1234567891011121314151617181920
  1. <footer class="site-footer">
  2. <div class="container">
  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
  6. theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
  7. <span class="pull-right" aria-hidden="true">
  8. <a href="#" id="back_to_top">
  9. <span class="button_icon">
  10. <i class="fa fa-chevron-up fa-2x"></i>
  11. </span>
  12. </a>
  13. </span>
  14. </p>
  15. </div>
  16. </footer>