Improves styling and adds rss feed

This commit is contained in:
Jonathan Hodgson 2020-05-23 14:51:25 +01:00
parent 7135f165e0
commit eea39d661d
3 changed files with 101 additions and 12 deletions

View file

@ -16,7 +16,8 @@
<title>Jonathan Hodgson's Blog</title>
$endif$
<link rel="stylesheet" href="/assets/css/main.min.css" type="text/css" charset="utf-8">
<link rel="alternate" href="/feed.rss" type="application/rss+xml">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png">
@ -67,7 +68,8 @@ $body$
</aside>
</div>
<footer>
<a href="/help-me-out.html">Help me out</a>
<a href="/help-me-out.html">Help Me Out</a>
<a href="/other-stuff-you-might-like.html">Other Stuff You Might Like</a>
<a href="https://git.jonathanh.co.uk/jab2870/Website">Website Source</a>
</footer>
</body>