From 7dbfc555cc0a83e37920c89c234435e1600ce6ba Mon Sep 17 00:00:00 2001 From: mcnesium Date: Mon, 5 Jun 2023 16:12:37 +0200 Subject: [PATCH] replace em element with less semantic span --- template/templates/common/item_meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/templates/common/item_meta.html b/template/templates/common/item_meta.html index 98b6b952..8a090303 100644 --- a/template/templates/common/item_meta.html +++ b/template/templates/common/item_meta.html @@ -6,7 +6,7 @@ {{ if .entry.Author }}
  • - {{ truncate .entry.Author 35 }} + {{ truncate .entry.Author 35 }}
  • {{ end }}