From c4649e23868cd8a086dedbe5bb2df09260a53b6c Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Mon, 13 May 2024 11:03:56 +1000 Subject: [PATCH] fixed the navigation --- configuration/configuration.txt | 4 ++-- weblog/B0. Template/styles.css.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configuration/configuration.txt b/configuration/configuration.txt index ed331e0..ab69b5f 100644 --- a/configuration/configuration.txt +++ b/configuration/configuration.txt @@ -27,8 +27,8 @@ Post template: Post Template ;; ---------- Pagination path: /page/ -Previous page template: Older -Next page template: Newer +Previous page template: Newer +Next page template: Older ;; Time stuff diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md index 890c15a..1cdf94f 100644 --- a/weblog/B0. Template/styles.css.md +++ b/weblog/B0. Template/styles.css.md @@ -253,6 +253,9 @@ main>nav { flex-direction: row; justify-content: space-between; } +.previous-page{ + margin-left:auto; +} .mirror { transform: scaleX(-1);