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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Wray <gavin.wray@podnosh.com>2016-02-07 20:37:25 +0300
committerGavin Wray <gavin.wray@podnosh.com>2016-02-07 20:37:25 +0300
commit491762e20ea8124cf45470a4e4e8715391b4adc4 (patch)
treea9dd42e454e2ca7706ad87bbe84017ed5baa8de7
parentf1ef0c692b6bd99e3db4997a19d3172bcb2758c7 (diff)
Modify pagination comment in config.toml
Change the pagination comment from "Define the number of posts per site" to "Define the number of posts per page".
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 629913b..006ed50 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,7 +5,7 @@ title = "Icarus"
disqusShortname = "spf13"
# Enable Google Analytics by entering your tracking code
googleAnalytics = ""
-# Define the number of posts per site
+# Define the number of posts per page
paginate = 10
footnotereturnlinkcontents = "↩"
theme = "hugo-icarus-theme"