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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Stavrow <angelo@fogcreek.com>2018-10-23 18:08:41 +0300
committerAngelo Stavrow <angelo@fogcreek.com>2018-10-23 18:08:41 +0300
commit502364ef88b1bdfc9b87c2f3b6b8cce83fd117c9 (patch)
treef864f9df039f20a9a22fa2932747947fbbb1b343
parent03eeaf97a40e800d360085de2043a62e11013b07 (diff)
Fix change made to exampleSite config for testing (#33)
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3d297eb..4b41519 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,7 @@ baseURL = "https://example.com/"
title = "Indigo Theme"
copyright = "Copyright © 2018, Author Name"
languageCode = "en-US"
-theme = "../.." # Switch back to "indigo"
+theme = "indigo"
paginate = 3
[params]