mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix footer (missing </div>) and add link to contact page
This commit is contained in:
@@ -4,9 +4,10 @@
|
|||||||
<small>{{ $year := .Site.LastChange.Format "2006"}}
|
<small>{{ $year := .Site.LastChange.Format "2006"}}
|
||||||
©
|
©
|
||||||
<time datetime="{{ $year }}">{{ $year }}</time>. All rights reserved.
|
<time datetime="{{ $year }}">{{ $year }}</time>. All rights reserved.
|
||||||
<a href="TODO">Contact</a>
|
<a href="/contact.html">Contact</a>
|
||||||
</small>
|
</small>
|
||||||
</footer>
|
</footer>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user