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.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html
index 27ac958..02560b0 100644
--- a/themes/simple/layouts/_default/notes.html
+++ b/themes/simple/layouts/_default/notes.html
@@ -1,12 +1,15 @@
1{{ define "main" }} 1{{ define "main" }}
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 <!-- Search modal and results -->
5 {{ partial "search.html" . }}
6
4 <section class="mb-6"> 7 <section class="mb-6">
5 <h1 class="text-2xl font-bold mb-2">Notes, notes and notes</h1> 8 <h1 class="text-2xl font-bold mb-2">Notes, notes and notes</h1>
6 <p class="text-gray-600 italic"> 9 <p class="text-gray-600 italic">
7 Notes about things I learn, things I do, things I want to remember, 10 Notes about things I learn, things I do, things I want to remember,
8 but never do. You can subscribe to this 11 but never do. You can subscribe to this
9 <a href="/notes.xml" class="underline hover:bg-yellow-100">RSS feed</a> 12 <a href="/notes/index.xml" class="underline hover:bg-yellow-100">RSS feed</a>
10 which contains only the notes without the blog posts. 13 which contains only the notes without the blog posts.
11 </p> 14 </p>
12 </section> 15 </section>