We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2668d32 commit 2b0c31aCopy full SHA for 2b0c31a
custom-modern-railsconf.hbs
@@ -2,6 +2,9 @@
2
{{#post}}
3
<div id="modern">
4
<div class="{{post_class}}">
5
+ {{#if feature_image}}
6
+ <img src="{{feature_image}}" alt="{{title}}" class="feature-image">
7
+ {{/if}}
8
<h1>{{title}}</h1>
9
<div>{{content}}</div>
10
</div>
0 commit comments