From 01e89e024989e08ed93afc08625d0255b0182728 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Thu, 7 Oct 2021 16:54:26 -0500 Subject: [PATCH] Put a span around post date in list pages --- layouts/_default/list.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 0bfe47d..7ed6c15 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -42,18 +42,20 @@
{{ if .Date }} - {{ partial "icon.html" "calendar" }} - + + {{ partial "icon.html" "calendar" }} + - {{ if ne .Lastmod .Date }} - - {{ end }} + {{ if ne .Lastmod .Date }} + + {{ end }} - {{ end }} + {{ end }} + {{ range (.GetTerms "tags") }}