1
0
Fork 0

added google analytics and next previous in category include

This commit is contained in:
Moritz »mo.« Sauer 2015-02-25 13:54:46 +01:00
parent 6636839e37
commit 3efde330dc
22 changed files with 151 additions and 63 deletions

View file

@ -1,9 +1,12 @@
<!-- This loops through the paginated posts
{% comment %}
* This loops through the paginated posts
*
* Total posts: {{ paginator.total_posts }}
* Total paginate-pages: {{ paginator.total_pages }}
*
{% endcomment %}
Total posts: {{ paginator.total_posts }}
Total paginate-pages: {{ paginator.total_pages }}
-->
{% for post in paginator.posts %}
<div class="row">
<div class="small-12 columns b60">