freeing hightlights filter out pagination ineditor

This commit is contained in:
Set Hallstrom 2019-04-01 23:45:27 +02:00
parent 552a4e1744
commit 1d777a6c52

View file

@ -40,6 +40,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,6 +57,7 @@ pagination:
{% endif %}
</div>
{% endif %}
{% endif %}
{% include footer.html %}
</div>
</div>