nowrap post dates

This commit is contained in:
David Eisinger
2024-01-03 16:11:45 -05:00
parent ca05a76819
commit 527eed3b75

View File

@@ -13,7 +13,9 @@
<li> <li>
<p> <p>
<a href="{{ .Permalink }}">{{ .Title }}</a> <a href="{{ .Permalink }}">{{ .Title }}</a>
{{ .Date | time.Format "(2006-01-02)" }} <span class="nowrap">
{{ .Date | time.Format "(2006-01-02)" }}
</span>
</p> </p>
{{ .Summary }} {{ .Summary }}