mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
14 lines
257 B
HTML
14 lines
257 B
HTML
</main>
|
|
|
|
<footer class="footer">
|
|
<small>{{ $year := .Site.LastChange.Format "2006"}}
|
|
©
|
|
<time datetime="{{ $year }}">{{ $year }}</time>. All rights reserved.
|
|
<a href="/contact.html">Contact</a>
|
|
</small>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|