From 7e4db498e8e6f5adae9b67106345b01753ab3511 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 6 Oct 2022 16:41:12 +0300 Subject: [PATCH] add nowrap to date in list --- themes/papercut/layouts/_default/list.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/papercut/layouts/_default/list.html b/themes/papercut/layouts/_default/list.html index 34ef98c..37adec7 100644 --- a/themes/papercut/layouts/_default/list.html +++ b/themes/papercut/layouts/_default/list.html @@ -14,7 +14,9 @@
{{ range .Pages.ByPublishDate.Reverse }}
- + {{ .Title }}
{{ end }}