Add RSS links on pages
This commit is contained in:
parent
ccabcf657f
commit
8d30b23b04
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue