mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-29 20:38:33 +02:00
Show feature image caption on page
This commit is contained in:
parent
c332d88247
commit
2e17213b8d
2
page.hbs
2
page.hbs
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user