From 527eed3b75a5a77c0c1cb46e83755af8d8e745fe Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 3 Jan 2024 16:11:45 -0500 Subject: [PATCH] nowrap post dates --- themes/v2/layouts/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/v2/layouts/index.html b/themes/v2/layouts/index.html index e312391..744839f 100644 --- a/themes/v2/layouts/index.html +++ b/themes/v2/layouts/index.html @@ -13,7 +13,9 @@
  • {{ .Title }} - {{ .Date | time.Format "(2006-01-02)" }} + + {{ .Date | time.Format "(2006-01-02)" }} +

    {{ .Summary }}