From 17f8037b1c7871c91e0e2230cd3733c3276afcaf Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Dec 2020 23:28:31 +0200 Subject: [PATCH] layouts/partials/pagination.html: Rework buttons I just noticed that the Bootstrap blog example has the order of the buttons reversed from how I expected. They word them as "older" and "newer" and they are opposite to how I expected. For now I will keep these the same as the example, but eventually I might change them to "previous" and "next" as is more commonly used. See: https://getbootstrap.com/docs/5.0/examples/blog/ --- layouts/partials/pagination.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index e453498..a2c60d5 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -1,15 +1,15 @@