Merge pull request #130 from joshuasheppard/list-post-meta

Add `post_meta.html` reference to `_default/list.html`
This commit is contained in:
Michael Romero 2018-04-12 22:42:34 -07:00 committed by GitHub
commit d1fe069d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@
</a> </a>
<p class="post-meta"> <p class="post-meta">
{{ default (i18n "dateFormat") .Site.Params.dateformat | .Date.Format | i18n "postedOnDate" }} {{ partial "post_meta.html" . }}
</p> </p>
<div class="post-entry"> <div class="post-entry">
{{ if .Truncated }} {{ if .Truncated }}