From 491762e20ea8124cf45470a4e4e8715391b4adc4 Mon Sep 17 00:00:00 2001 From: Gavin Wray Date: Sun, 7 Feb 2016 17:37:25 +0000 Subject: 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". --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3