smol/layouts/partials/footer.html

5 lines
119 B
HTML
Raw Normal View History

2016-10-14 20:41:10 +00:00
<footer>
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
2016-10-14 20:41:10 +00:00
</footer>
</body>
</html>