Add link for RSS feed to blog page

master
Hugo Thunnissen 4 years ago
parent 59cdba107c
commit df82bea221

@ -32,7 +32,11 @@
</style>
<body>
<a href="index.html">Home</a>
<div style="display: flex; flex-direction: horizontal;">
<a href="index.html">Home</a>
<span style="margin-left: 1em; margin-right: 1em;">|</span>
<a href="feed.xml">RSS Feed</a>
</div>
<h1>Blog</h1>
<div><a href="./posts/introduction/index.html"><h2 style="margin-bottom: 0.1em;"> Introduction </h2></a>

@ -5,8 +5,8 @@
<link>https://hugot.nl/blog.html</link>
<description>Hugo's personal blog</description>
<language>en-us</language>
<pubDate>Sat 08 Feb 2020 10:11:40 AM CET</pubDate>
<lastBuildDate>Sat 08 Feb 2020 10:11:40 AM CET</lastBuildDate>
<pubDate>Sat 08 Feb 2020 10:15:32 AM CET</pubDate>
<lastBuildDate>Sat 08 Feb 2020 10:15:32 AM CET</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Hugo's Custom Bash Script</generator>
<managingEditor>social@hugot.nl</managingEditor>

@ -66,7 +66,11 @@ print-blog-html-top() {
</style>
<body>
<a href="index.html">Home</a>
<div style="display: flex; flex-direction: horizontal;">
<a href="index.html">Home</a>
<span style="margin-left: 1em; margin-right: 1em;">|</span>
<a href="feed.xml">RSS Feed</a>
</div>
<h1>Blog</h1>
'
}

Loading…
Cancel
Save