about summary refs log tree commit diff stats
path: root/templates/taxonomy_single.html
diff options
context:
space:
mode:
authorAlan Pearce2024-05-29 16:03:14 +0200
committerAlan Pearce2024-05-29 16:03:14 +0200
commitbe8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0 (patch)
treed84759a2c20320cf3dbb0453208cf16303231c33 /templates/taxonomy_single.html
parent99423f57f79499f13d021970c1efb4529072006b (diff)
downloadzola-bearblog-be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0.tar.lz
zola-bearblog-be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0.tar.zst
zola-bearblog-be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0.zip
improve accessibility and HTML validity
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r--templates/taxonomy_single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html
index ea58c99..2e5533b 100644
--- a/templates/taxonomy_single.html
+++ b/templates/taxonomy_single.html
@@ -13,7 +13,7 @@
         <li>
           <span>
             <i>
-              <time datetime='{{ page.date | date(format='%+') }}' pubdate>
+              <time datetime="{{ page.date | date(format='%+') }}" pubdate>
                 {{ page.date | date(format=config.extra.date_format) }}
               </time>
             </i>