diff --git a/docs/_includes/page__hero.html b/docs/_includes/page__hero.html index ecc8d805..24488932 100644 --- a/docs/_includes/page__hero.html +++ b/docs/_includes/page__hero.html @@ -28,7 +28,7 @@ {% if page.header.overlay_color or page.header.overlay_image %}

- {% if paginator %} + {% if paginator and site.paginate_show_page_num %} {{ site.title }}{% unless paginator.page == 1 %} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %} {% else %} {{ page.title | default: site.title | markdownify | remove: "

" | remove: "

" }} @@ -50,4 +50,4 @@ {% if page.header.caption %} {{ page.header.caption | markdownify | remove: "

" | remove: "

" }}
{% endif %} -

\ No newline at end of file + diff --git a/docs/_includes/paginator.html b/docs/_includes/paginator.html index b6bf99a2..3cf71d82 100644 --- a/docs/_includes/paginator.html +++ b/docs/_includes/paginator.html @@ -1,22 +1,23 @@ {% if paginator.total_pages > 1 %} -{% endif %} \ No newline at end of file +{% endif %}