Skip to content

Commit 2b0c31a

Browse files
committed
Add featured image to Railsconf template
1 parent 2668d32 commit 2b0c31a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

custom-modern-railsconf.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
{{#post}}
33
<div id="modern">
44
<div class="{{post_class}}">
5+
{{#if feature_image}}
6+
<img src="{{feature_image}}" alt="{{title}}" class="feature-image">
7+
{{/if}}
58
<h1>{{title}}</h1>
69
<div>{{content}}</div>
710
</div>

0 commit comments

Comments
 (0)