aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts')
-rwxr-xr-xthemes/simple/layouts/_default/list.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index 28be17d..589d07b 100755
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
@@ -10,8 +10,7 @@
10 <div> 10 <div>
11 <article class="mb-5" itemscope itemtype="http://schema.org/Article"> 11 <article class="mb-5" itemscope itemtype="http://schema.org/Article">
12 <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Monday Jan 2, 2006" }}</time> 12 <time class="block text-gray-400 font-medium text-xs">{{ .Date.Format "Monday Jan 2, 2006" }}</time>
13 <a href="/{{ .Params.url }}" itemprop="url" class="hover:bg-yellow-100" rel="bookmark noopener" 13 <a href="/{{ .Params.url }}" itemprop="url" class="hover:bg-yellow-100" rel="bookmark noopener" aria-label="Opens URL">
14 aria-label="Opens URL">
15 {{ if .Params.draft }} 14 {{ if .Params.draft }}
16 <span class="bg-orange-600 text-white px-1.5">Draft</span> 15 <span class="bg-orange-600 text-white px-1.5">Draft</span>
17 {{ end }} 16 {{ end }}