diff options
Diffstat (limited to 'layouts/_default/comic.html')
-rw-r--r-- | layouts/_default/comic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/comic.html b/layouts/_default/comic.html index ef86c7c..508df3c 100644 --- a/layouts/_default/comic.html +++ b/layouts/_default/comic.html @@ -32,7 +32,7 @@ {{ .Content }} </details> </section> - {{ partial "postInfo.html" . }} + {{ partial "post-info.html" . }} </article> {{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} |