smol/layouts/partials/footer.html

6 lines
120 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>
2019-07-30 17:40:48 +00:00
</html>