Files
blog_os/layouts/partials/footer.html
2016-04-30 13:28:41 +02: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>