Fix the issue that prevented to set styles to post content

This commit is contained in:
Eduardo Gomez 2019-05-15 18:18:58 +02:00
parent c79d094325
commit fda254561f
2 changed files with 2 additions and 2 deletions

View file

@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.1.3"
"version": "0.1.4"
}

View file

@ -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>