Merge pull request #130 from joshuasheppard/list-post-meta
Add `post_meta.html` reference to `_default/list.html`
This commit is contained in:
commit
d1fe069d6c
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
</a>
|
||||
|
||||
<p class="post-meta">
|
||||
{{ default (i18n "dateFormat") .Site.Params.dateformat | .Date.Format | i18n "postedOnDate" }}
|
||||
{{ partial "post_meta.html" . }}
|
||||
</p>
|
||||
<div class="post-entry">
|
||||
{{ if .Truncated }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue