From 73e6b1df5bc72968dca1fc7d7d039f1dfdeaa85b Mon Sep 17 00:00:00 2001 From: maravelle Date: Wed, 3 Feb 2021 19:23:33 -0700 Subject: [PATCH] Fix pagination --- _includes/head.html | 2 +- _layouts/default.html | 52 ++++++++++++++++++-------------------- _layouts/revuo-weekly.html | 52 ++++++++++++++++++-------------------- _sass/custom.scss | 6 +++++ 4 files changed, 57 insertions(+), 55 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index e83e04d..b8d8844 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,7 +19,7 @@ {%endif%} - + diff --git a/_layouts/default.html b/_layouts/default.html index 9d3ba7a..b508d70 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,33 +31,31 @@ - {% if paginator.total_pages > 1 %} - - {% endif %} + diff --git a/_layouts/revuo-weekly.html b/_layouts/revuo-weekly.html index 5aa0cce..639023b 100644 --- a/_layouts/revuo-weekly.html +++ b/_layouts/revuo-weekly.html @@ -32,33 +32,31 @@ - {% if paginator.total_pages > 1 %} - - {% endif %} + diff --git a/_sass/custom.scss b/_sass/custom.scss index 523ee4c..3be23c9 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -375,4 +375,10 @@ img.dvchain { .text-center { text-align: center; +} + +.page-numbers-display { + display: inline-block; + margin-left: 1rem; + margin-right: 1rem; } \ No newline at end of file