freeing hightlights filter out pagination ineditor
This commit is contained in:
parent
552a4e1744
commit
1d777a6c52
|
@ -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>
|
Loading…
Reference in a new issue