aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/_default')
-rw-r--r--themes/simple/layouts/_default/notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html
index 3474be6..27ac958 100644
--- a/themes/simple/layouts/_default/notes.html
+++ b/themes/simple/layouts/_default/notes.html
@@ -41,7 +41,7 @@
41 {{ range (where .Site.RegularPages "Section" "notes") }} 41 {{ range (where .Site.RegularPages "Section" "notes") }}
42 <div class="mb-10"> 42 <div class="mb-10">
43 <article class="mb-5 single note" itemscope itemtype="http://schema.org/Article"> 43 <article class="mb-5 single note" itemscope itemtype="http://schema.org/Article">
44 <a href="{{ .Params.url }}"> 44 <a href="/{{ .Params.url }}">
45 <h2 class="text-xl font-medium notes-heading">{{.Title}}</h2> 45 <h2 class="text-xl font-medium notes-heading">{{.Title}}</h2>
46 </a> 46 </a>
47 <p class="text-gray-600 _italic text-sm flex flex-col md:flex-row gap-1"> 47 <p class="text-gray-600 _italic text-sm flex flex-col md:flex-row gap-1">