nowrap post dates
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user