Fix the issue that prevented to set styles to post content
This commit is contained in:
parent
c79d094325
commit
fda254561f
|
@ -54,5 +54,5 @@
|
|||
"desktop": "assets/screenshot-desktop.jpg",
|
||||
"mobile": "assets/screenshot-mobile.jpg"
|
||||
},
|
||||
"version": "0.1.3"
|
||||
"version": "0.1.4"
|
||||
}
|
2
post.hbs
2
post.hbs
|
@ -25,7 +25,7 @@ into the {body} of the default.hbs template --}}
|
|||
{{#if @labs.subscribers}}
|
||||
<div class="l-post-content has-subscribe-form js-progress-content">
|
||||
{{else}}
|
||||
<div class="l-post-content js-progress-content"></div>
|
||||
<div class="l-post-content js-progress-content">
|
||||
{{/if}}
|
||||
<header class="m-heading">
|
||||
<h1 class="m-heading__title in-post">{{title}}</h1>
|
||||
|
|
Loading…
Reference in a new issue