Files
blog_os/layouts/partials/footer.html
2016-04-25 23:07:23 +02:00

13 lines
241 B
HTML

</main>
<footer class="footer">
<small>{{ $year := .Site.LastChange.Format "2006"}}
&copy;
<time datetime="{{ $year }}">{{ $year }}</time>. All rights reserved.
<a href="TODO">Contact</a>
</small>
</footer>
</body>
</html>