theme-mnemosyne-hugo/layouts/partials/footer.html

5 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>
</footer>
</body>
</html>