Move li_grid_with_date template to _default so terms and blog can use it

This commit is contained in:
Eryn Wells 2023-12-16 09:25:35 -08:00
parent b9265b5793
commit b876f5a0cd

View file

@ -9,7 +9,9 @@
{{ else if lt .WordCount 110 }}
{{ .Content }}
{{ else }}
{{ warnf "Post \"%s\" doesn't have a description or content suitable for the blog list" .Title }}
{{ if not .Draft }}
{{ warnf "Post \"%s\" doesn't have a description or content suitable for the blog list" .Title }}
{{ end }}
<p>{{ .WordCount }} words</p>
{{ end }}