aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 23:00:48 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-10-08 23:00:48 +0200
commite991d468ea3ccc944b5e15743e1e8ce5c1728609 (patch)
tree0c0260fa97801679fa7320c3f0cc8ce626b054b2 /themes/simple
parentec2f5492af15b2eb68a3bcb5d0f375d99fa87c21 (diff)
downloadmitjafelicijan.com-e991d468ea3ccc944b5e15743e1e8ce5c1728609.tar.gz
Added Microblog RSS link to the main site
Diffstat (limited to 'themes/simple')
-rw-r--r--themes/simple/layouts/partials/head.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 3ec127a..b79a030 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -2,7 +2,8 @@
2<meta name="theme-color" content="#ffffff"> 2<meta name="theme-color" content="#ffffff">
3<meta name="viewport" content="width=device-width, initial-scale=1.0"> 3<meta name="viewport" content="width=device-width, initial-scale=1.0">
4 4
5<link rel="alternate" type="application/rss+xml" href="/index.xml"> 5<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}">
6<link rel="alternate" type="application/rss+xml" href="/yap/feed.xml" title="Microblog - {{ .Site.Author.name }}">
6 7
7<link rel="icon" type="image/gif" href="/general/favicon.gif" /> 8<link rel="icon" type="image/gif" href="/general/favicon.gif" />
8 9