aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/partials
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 06:18:10 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 06:18:10 +0200
commitaf205845111a42b4ec5761918a9e6a3bfa1455f8 (patch)
tree2d83499b81704e625b373f855c2a0741d63b3c75 /themes/simple/layouts/partials
parentdf1729b484b8ad74eae997f737d7c763ff843f3d (diff)
downloadmitjafelicijan.com-af205845111a42b4ec5761918a9e6a3bfa1455f8.tar.gz
Added RSS feed for notes only
Diffstat (limited to 'themes/simple/layouts/partials')
-rw-r--r--themes/simple/layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html
index 522c9a2..6d40525 100644
--- a/themes/simple/layouts/partials/head.html
+++ b/themes/simple/layouts/partials/head.html
@@ -5,6 +5,7 @@
5<meta name="viewport" content="width=device-width, initial-scale=1.0"> 5<meta name="viewport" content="width=device-width, initial-scale=1.0">
6 6
7<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}"> 7<link rel="alternate" type="application/rss+xml" href="/index.xml" title="{{ .Site.Author.name }}">
8<link rel="alternate" type="application/rss+xml" href="/notes.xml" title="{{ .Site.Author.name }} - Notes">
8 9
9<link rel="stylesheet" href="/general/index.css?v={{ $cachebuster }}"> 10<link rel="stylesheet" href="/general/index.css?v={{ $cachebuster }}">
10 11