Show feature image caption on page

This commit is contained in:
Sodbileg Gansukh 2021-07-08 12:07:20 +08:00
parent c332d88247
commit 2e17213b8d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<article
class="{{post_class}}{{#unless feature_image}} no-image{{/unless}} single u-shadow">
{{> post-header tag="h1" hide_link=true}}
{{> post-media}}
{{> post-media with_caption=true}}
<div class="post-wrapper">
<div class="post-content u-text-format">
{{content}}

View File

@ -17,7 +17,7 @@
<span
class="post-meta-length">{{reading_time}}</span>
</div>
{{> post-media with_caption="true"}}
{{> post-media with_caption=true}}
<div class="post-wrapper">
<div class="post-content u-text-format">
{{content}}