Add new subscribers form + visual fixes

- New opt-in form for subscribers features
- Bumped version to 1.3.0
- Resolved author image alignment, closes #238
This commit is contained in:
John O'Nolan
2016-05-08 10:50:20 +02:00
parent c1a3840cbe
commit 09b4830398
10 changed files with 216 additions and 42 deletions

View File

@ -1,9 +1,9 @@
{{! Previous/next page links - only displayed on page 2+ }}
{{!-- Previous/next page links - only displayed on page 2+ --}}
<div class="extra-pagination inner">
{{pagination}}
</div>
{{! This is the post loop - each post will be output using this markup }}
{{!-- This is the post loop - each post will be output using this markup --}}
{{#foreach posts}}
<article class="{{post_class}}">
<header class="post-header">
@ -21,5 +21,5 @@
</article>
{{/foreach}}
{{! Previous/next page links - displayed on every page }}
{{!-- Previous/next page links - displayed on every page --}}
{{pagination}}