smol/layouts/partials/footer.html
2016-10-14 23:41:10 +03:00

5 lines
120 B
HTML

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