hugo-site/layouts/chrome/footer.html
Spencer Lyon b95e6fe7e0 Revert "ENH: Added google analytics to site"
This reverts commit cce663641f39264432b0f6e29f58a3825347215f.
2014-06-25 00:43:06 -04:00

22 lines
416 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 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>
</body>
</html>