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">
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if ne .Kind "term" }}
|
||||
<p class="date">{{.Date.Format "January 2, 2006"}}</p>
|
||||
{{ end }}
|
||||
</a>
|
||||
<p class="summary">{{ .Summary | plainify | htmlUnescape }}</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue