We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f718a commit dc43417Copy full SHA for dc43417
2 files changed
layouts/partials/posts/list-with-summary.html
@@ -2,7 +2,7 @@
2
3
<div class="post-list">
4
{{ range $posts }}
5
- {{ with partial "_decorators/post.html" . }}
+ {{ with partial "_decorators/article.html" . }}
6
{{ partial "posts/meta.html" . }}
7
{{ partial "posts/summary.html" . }}
8
{{ end }}
layouts/partials/posts/list-without-summary.html
<div class="post-meta">
<div>{{ partial "posts/meta.html" . }}</div>
</div>
0 commit comments