hugo-site/layouts/chrome/footer.html
2014-03-29 12:09:38 -04:00

13 lines
187 B
HTML

<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>