summaryrefslogtreecommitdiff
path: root/source/aktuelles/blog.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'source/aktuelles/blog.html.haml')
-rw-r--r--source/aktuelles/blog.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/aktuelles/blog.html.haml b/source/aktuelles/blog.html.haml
index 875fb54..68f4c20 100644
--- a/source/aktuelles/blog.html.haml
+++ b/source/aktuelles/blog.html.haml
@@ -3,12 +3,16 @@ pageable: true
per_page: 10
section: "aktuelles"
---
+%h2
+ News
.pagination-centered
- if paginate && num_pages > 1
%ul.pagination
%li{:class => "previous left #{prev_page ? "" : "disabled"}"}= link_to 'Vorherige Seite', prev_page
%li{:class => "next right #{next_page ? "" : "disabled"}"}= link_to 'Nächste Seite', next_page
+
= partial "article", collection: page_articles
+
.pagination-centered
- if paginate && num_pages > 1
%ul.pagination