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:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2017-10-13 10:29:26 +0300
committerGitHub <noreply@github.com>2017-10-13 10:29:26 +0300
commite0b704377c6981fd06cfe72a9be96d7f523c6167 (patch)
treed01195773eb715326e6e7f5ca01df603887775a0 /exampleSite
parent0db302b049683af60aac40b6795981233ca7a81b (diff)
parent05ab46d6adb765594b3be8af13bef77cacdfa27e (diff)
Merge pull request #202 from dojineko/swap-pagination-buttons
Swappable pagination buttons by configulation
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 b7ecaab..b116b1f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -174,6 +174,10 @@ canonifyurls = true
# [[params.customJS]]
# src = "js/myscript.js"
+ # Display `Next` on left side of the pagination, and `Prev` on right side one.
+ # If you set this value to `true`, these positions swap.
+ # swapPaginator = true
+
# Sharing options
# Comment and uncomment to enable or disable sharing options
# If you wanna add a sharing option, read user documentation :