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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html
index 02560b0..f624814 100644
--- a/themes/simple/layouts/_default/notes.html
+++ b/themes/simple/layouts/_default/notes.html
@@ -9,7 +9,7 @@
9 <p class="text-gray-600 italic"> 9 <p class="text-gray-600 italic">
10 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,
11 but never do. You can subscribe to this 11 but never do. You can subscribe to this
12 <a href="/notes/index.xml" class="underline hover:bg-yellow-100">RSS feed</a> 12 <a href="/notes/index.xml" class="underline">RSS feed</a>
13 which contains only the notes without the blog posts. 13 which contains only the notes without the blog posts.
14 </p> 14 </p>
15 </section> 15 </section>
@@ -28,7 +28,7 @@
28 <ul class="flex flex-wrap gap-2"> 28 <ul class="flex flex-wrap gap-2">
29 {{ range .Site.Taxonomies.tags }} 29 {{ range .Site.Taxonomies.tags }}
30 <li> 30 <li>
31 <a href="{{ .Page.Permalink }}" class="inline-block px-3 py-1 rounded bg-gray-100 hover:bg-yellow-100"> 31 <a href="{{ .Page.Permalink }}" class="inline-block px-3 py-1 rounded bg-gray-100 hover:bg-yellow-200">
32 {{ .Page.Title }} 32 {{ .Page.Title }}
33 </a> 33 </a>
34 </li> 34 </li>