aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-09-26 22:46:20 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-09-26 22:46:20 +0200
commita687175964876aa0ed864bb41ccbb444da83a169 (patch)
tree087e897371f101f400f4d751d7c6ca1cf7376695
parent4bfb0c48530ed0e28229a0e8df97491ffa255616 (diff)
Added RSS link in head
-rw-r--r--src/_header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/_header.html b/src/_header.html
index 9c5de35..d6cda56 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -7,6 +7,7 @@
<title></title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+ <link rel="alternate" type="application/rss+xml" title="RSS Feed" href='/rss.xml'>
<link rel="stylesheet" type="text/css" href="/styles/style.css">
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
@@ -16,7 +17,8 @@
<header>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
- <a href="/rss.xml" type="application/xml" title="My RSS feed" class="fa fa-rss-square" aria-hidden="true"></a>
+ <a href="/rss.xml" type="application/rss+xml" title="My RSS feed" class="fa fa-rss-square"
+ aria-hidden="true"></a>
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
<a id="darkmodetoggle" title="Toggle dark theme" class="fa fa-moon-o" onclick="switchTheme()"
aria-hidden="true"></a>