Add RSS links on pages

This commit is contained in:
Midgard 2020-06-16 03:05:00 +02:00
parent ccabcf657f
commit 8d30b23b04
Signed by untrusted user who does not match committer: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 6 additions and 4 deletions

View File

@ -6,6 +6,7 @@
<title>{title} midgard</title>
<link rel="stylesheet" href="../main.css"/>
<link rel="stylesheet" href="../syntax.css"/>
<link rel="alternate" type="application/rss+xml" href="../rss.xml"/>
</head>
<body class="blog">
<header>
@ -29,8 +30,8 @@
</main>
<aside id="social">
<a id="rss-link" href="/rss/">Follow with RSS</a>
<a id="irc-link" href="/irc/">Contact on IRC</a>
<a id="rss-link" href="../rss.xml">Follow with RSS</a>
<a id="irc-link" href="../irc">Contact on IRC</a>
</aside>
<footer>© 2020 midgard</footer>

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width"/>
<title>midgard</title>
<link rel="stylesheet" href="main.css"/>
<link rel="alternate" type="application/rss+xml" href="rss.xml"/>
</head>
<body>
<header>
@ -50,8 +51,8 @@
</main>
<aside id="social">
<a id="rss-link" href="/rss/">Follow with RSS</a>
<a id="irc-link" href="/irc/">Contact on IRC</a>
<a id="rss-link" href="rss.xml">Follow with RSS</a>
<a id="irc-link" href="irc">Contact on IRC</a>
</aside>
<footer>© 2020 midgard</footer>