aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/_default/list.html')
-rw-r--r--themes/simple/layouts/_default/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index f92d9c0..6362b0f 100644
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
@@ -22,8 +22,8 @@
22 {{ range (where .Site.RegularPages "Section" "posts") }} 22 {{ range (where .Site.RegularPages "Section" "posts") }}
23 <div> 23 <div>
24 <article class="mb-5" itemscope itemtype="http://schema.org/Article"> 24 <article class="mb-5" itemscope itemtype="http://schema.org/Article">
25 <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Monday Jan 2, 2006" }}</time> 25 <time class="block text-gray-400 font-medium text-xs mb-1">{{ .Date.Format "Monday Jan 2, 2006" }}</time>
26 <a href="/{{ .Params.url }}" itemprop="url" class="hover:bg-yellow-100" rel="bookmark noopener" aria-label="Opens URL"> 26 <a href="/{{ .Params.url }}" itemprop="url" class="underline" rel="bookmark noopener" aria-label="Opens URL">
27 {{ if .Params.draft }} 27 {{ if .Params.draft }}
28 <span class="bg-orange-600 text-white px-1.5">Draft</span> 28 <span class="bg-orange-600 text-white px-1.5">Draft</span>
29 {{ end }} 29 {{ end }}