added google analytics and next previous in category include
This commit is contained in:
parent
6636839e37
commit
3efde330dc
22 changed files with 151 additions and 63 deletions
|
@ -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">
|
||||
|
|
Reference in a new issue