Files
blog_os/blog/layouts/partials/footer.html
2017-03-11 12:41:53 +01:00

14 lines
257 B
HTML

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