hugo-site/layouts/chrome/footer.html
Spencer Lyon f070c265f9 Revert "Revert "ENH: Added google analytics to site""
This reverts commit b95e6fe7e0e36dcb48b667fa4d481b2cb282de51.
2014-06-25 00:46:35 -04:00

26 lines
525 B
HTML

<!--
This is the main footer for the website. It is included on every page.
It is very basic. It has some text and a link back to the home page of the
site.
It includes the google analytics template from /layouts/chrome/ga.html
It also closes the <body> and <html> tags for each page.
-->
<div class="container content">
<footer>
<div>
<p class="right credit">
Fancy footer here. Link to <a href="/">Home Page</a>
</p>
</div>
</footer>
</div>
{{ template "chrome/ga.html" . }}
</body>
</html>