aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/notes.html
diff options
context:
space:
mode:
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">