mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-19 15:57:48 +00:00
13 lines
241 B
HTML
13 lines
241 B
HTML
</main>
|
|
|
|
<footer class="footer">
|
|
<small>{{ $year := .Site.LastChange.Format "2006"}}
|
|
©
|
|
<time datetime="{{ $year }}">{{ $year }}</time>. All rights reserved.
|
|
<a href="TODO">Contact</a>
|
|
</small>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|