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>2018-01-01 19:13:17 +0300
committerdojineko <dojineko.spiral@gmail.com>2018-01-01 19:13:17 +0300
commit3e2a6fc3c9dbaa9b7924487f8515e1528a944d28 (patch)
tree6e55eae6001c52088ebb198a7ae2f5030fecb3c9 /exampleSite
parent7ce2fbaf27dae5d7412597b31b5f1f4354916fd6 (diff)
move swapPaginator configuration
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1356cf7..348517f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -168,6 +168,10 @@ canonifyurls = true
# icon: search
# class: st-search-show-outputs
+ # 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
+
# Custom CSS. Put here your custom CSS files. They are loaded after the theme CSS;
# they have to be referred from static root. Example
# [[params.customCSS]]
@@ -178,10 +182,6 @@ 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 :