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",
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
"mobile": "assets/screenshot-mobile.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}}
|
{{#if @labs.subscribers}}
|
||||||
<div class="l-post-content has-subscribe-form js-progress-content">
|
<div class="l-post-content has-subscribe-form js-progress-content">
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="l-post-content js-progress-content"></div>
|
<div class="l-post-content js-progress-content">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<header class="m-heading">
|
<header class="m-heading">
|
||||||
<h1 class="m-heading__title in-post">{{title}}</h1>
|
<h1 class="m-heading__title in-post">{{title}}</h1>
|
||||||
|
|
Loading…
Reference in a new issue