moving back to production ready
This commit is contained in:
parent
7b147796c5
commit
71ef13014e
|
@ -39,7 +39,7 @@ pagination:
|
|||
{% endfor %}
|
||||
|
||||
<!-- Pagination links -->
|
||||
{% if jekyll.environment == 'production' %}
|
||||
|
||||
{% if paginator.total_pages > 1 %}
|
||||
<div class="articles">
|
||||
<h3>page {{ paginator.page }} of {{ paginator.total_pages }}</h3>
|
||||
|
@ -56,7 +56,7 @@ pagination:
|
|||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue