From 578743de1f27aecc81fe03d8ce89a48330ae212b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20Str=C3=B6mblad?= Date: Sat, 20 Jan 2024 19:53:02 +0100 Subject: [PATCH] Add `item-meta-info-reading-time` CSS class --- internal/template/templates/common/item_meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/template/templates/common/item_meta.html b/internal/template/templates/common/item_meta.html index 4906479a..176fa34a 100644 --- a/internal/template/templates/common/item_meta.html +++ b/internal/template/templates/common/item_meta.html @@ -8,7 +8,7 @@ {{ if and .user.ShowReadingTime (gt .entry.ReadingTime 0) }} -
  • +
  • {{ plural "entry.estimated_reading_time" .entry.ReadingTime .entry.ReadingTime }}