feat(blog/list): hide post dates
no one needs to see how infrequently i actually update this thing without actually delving into my git historiesmain
parent
366a243af4
commit
b8d45e2ee2
|
|
@ -18,9 +18,6 @@
|
||||||
<img src="{{ index .Params "image" }}" alt="{{ .Title }}" class="preview">
|
<img src="{{ index .Params "image" }}" alt="{{ .Title }}" class="preview">
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if ne .Kind "term" }}
|
|
||||||
<p class="date">{{.Date.Format "January 2, 2006"}}</p>
|
|
||||||
{{ end }}
|
|
||||||
</a>
|
</a>
|
||||||
<p class="summary">{{ .Summary | plainify | htmlUnescape }}</p>
|
<p class="summary">{{ .Summary | plainify | htmlUnescape }}</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue