Files
2017-05-02 12:17:13 +02:00

9 lines
172 B
HTML

<footer>
<p>&copy; {{ now.Year }} <a href="/">{{ .Site.Title }}</a></p>
</footer>
<script src="{{ .Site.BaseURL }}main.js" charset="utf-8"></script>
</body>
</html>