commit 527eed3b75a5a77c0c1cb46e83755af8d8e745fe parent ca05a7681919aed0895c36c27b66fd19d0017338 Author: David Eisinger <[email protected]> Date: Wed, 3 Jan 2024 16:11:45 -0500 nowrap post dates Diffstat:
| M | 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 @@ -13,7 +13,9 @@ <li> <p> <a href="{{ .Permalink }}">{{ .Title }}</a> - {{ .Date | time.Format "(2006-01-02)" }} + <span class="nowrap"> + {{ .Date | time.Format "(2006-01-02)" }} + </span> </p> {{ .Summary }}