Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordojineko <dojineko.spiral@gmail.com>2017-09-18 15:22:30 +0300
committerdojineko <dojineko.spiral@gmail.com>2017-09-18 17:24:09 +0300
commit1ef22ae27f839facd058b7926e6680f3fe225a32 (patch)
tree35f2a9da92a901eda3c3db7f8cde8432f672d3bd /exampleSite
parent31c71da9f5b37972ea649d7ae1b54c82e0d353e4 (diff)
Swappable pagination buttons by configuration
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3d0a16e..8bb296d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -172,6 +172,10 @@ canonifyurls = true
# they have to be referred from static root. Example
# customJS = ["js/foo.js"]
+ # Display `Prev` on left side of the pagination, and `Next` on right side one.
+ # If you set this value to `true`, these positions swap.
+ # swapPagenator = false
+
# Sharing options
# Comment and uncomment to enable or disable sharing options
# If you wanna add a sharing option, read user documentation :