|
|
@ -38,8 +38,8 @@ into the {body} of the default.hbs template --}} |
|
|
|
{{!-- Email subscribe form at the bottom of the page --}} |
|
|
|
{{#if @labs.subscribers}} |
|
|
|
<section class="subscribe-form"> |
|
|
|
<h3 class="subscribe-form-title">Subscribe to {{@blog.title}}</h3> |
|
|
|
<p>Get the latest posts delivered right to your inbox</p> |
|
|
|
<h3 class="subscribe-form-title">S'abonner à {{@blog.title}}</h3> |
|
|
|
<p>Obtenez les derniers articles cueillis le matin même directement dans vos mails</p> |
|
|
|
{{subscribe_form placeholder="youremail@example.com"}} |
|
|
|
</section> |
|
|
|
{{/if}} |
|
|
@ -62,7 +62,7 @@ into the {body} of the default.hbs template --}} |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
<div class="post-full-footer-right"> |
|
|
|
<a class="author-card-button" href="{{url}}">Read More</a> |
|
|
|
<a class="author-card-button" href="{{url}}">À voir</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
{{/author}} |
|
|
|