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