smol/layouts/partials/footer.html
2019-07-30 13:40:48 -04:00

6 lines
120 B
HTML

<footer>
<p>&copy; {{ now.Year }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></p>
</footer>
</body>
</html>