mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-05 03:17:37 +00:00
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:
@ -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}}
|
||||
|
Reference in New Issue
Block a user