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, 3 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html
index 616234e..e2672e4 100644
--- a/themes/simple/layouts/_default/notes.html
+++ b/themes/simple/layouts/_default/notes.html
@@ -24,7 +24,9 @@
24 {{ range (where .Site.RegularPages "Section" "notes") }} 24 {{ range (where .Site.RegularPages "Section" "notes") }}
25 <div class="mb-10"> 25 <div class="mb-10">
26 <article class="mb-5 single note" itemscope itemtype="http://schema.org/Article"> 26 <article class="mb-5 single note" itemscope itemtype="http://schema.org/Article">
27 <h2 class="text-xl font-medium notes-heading">{{.Title}}</h2> 27 <a href="{{ .Params.url }}">
28 <h2 class="text-xl font-medium notes-heading">{{.Title}}</h2>
29 </a>
28 <p class="text-gray-600 _italic text-sm flex flex-col md:flex-row gap-1"> 30 <p class="text-gray-600 _italic text-sm flex flex-col md:flex-row gap-1">
29 <time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished"> 31 <time datetime="{{ .Date.Format "2006-01-02" }}" itemprop="datePublished">
30 {{ .Date.Format "Monday Jan 2, 2006" }} 32 {{ .Date.Format "Monday Jan 2, 2006" }}