Merge pull request #15 from Basspistol/content
This commit is contained in:
commit
2e74820d3b
|
@ -39,7 +39,7 @@ pagination:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<!-- Pagination links -->
|
<!-- Pagination links -->
|
||||||
{% if jekyll.environment == 'production' %}
|
|
||||||
{% if paginator.total_pages > 1 %}
|
{% if paginator.total_pages > 1 %}
|
||||||
<div class="articles">
|
<div class="articles">
|
||||||
<h3>page {{ paginator.page }} of {{ paginator.total_pages }}</h3>
|
<h3>page {{ paginator.page }} of {{ paginator.total_pages }}</h3>
|
||||||
|
@ -56,7 +56,7 @@ pagination:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue