aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/notes.html
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/_default/notes.html
parentdf1729b484b8ad74eae997f737d7c763ff843f3d (diff)
downloadmitjafelicijan.com-af205845111a42b4ec5761918a9e6a3bfa1455f8.tar.gz
Added RSS feed for notes only
Diffstat (limited to 'themes/simple/layouts/_default/notes.html')
-rw-r--r--themes/simple/layouts/_default/notes.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html
index b3a2f44..1685542 100644
--- a/themes/simple/layouts/_default/notes.html
+++ b/themes/simple/layouts/_default/notes.html
@@ -2,8 +2,13 @@
2<main role="main" class="container-blog mx-auto px-6 md:p-0"> 2<main role="main" class="container-blog mx-auto px-6 md:p-0">
3 3
4 <section class="mb-6"> 4 <section class="mb-6">
5 <h1 class="text-2xl font-bold">Notes, notes and notes</h1> 5 <h1 class="text-2xl font-bold mb-2">Notes, notes and notes</h1>
6 <p class="text-gray-600 italic">Notes about things I learn, things I do, things I want to remember, but never do.</p> 6 <p class="text-gray-600 italic">
7 Notes about things I learn, things I do, things I want to remember,
8 but never do. You can subscribe to this
9 <a href="/notes.xml" class="underline">RSS feed</a>
10 which contains only the notes without the blog posts.
11 </p>
7 </section> 12 </section>
8 13
9 <hr class="border-2 border-gray-100 mb-12"> 14 <hr class="border-2 border-gray-100 mb-12">