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

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-12 02:54:49 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-12 02:54:49 +0300
commit4a1529d7cfdfc07d9d1cba6173a1ae322dbe7931 (patch)
tree184e8b5ee1745be1583c994399274fcdebe63a47 /exampleSite
parent679248a7c13280827e3aa64c3ae048aec9efcc90 (diff)
Add support for jumbotron on row layout
Fixes #78
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0870c74..9d639f6 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -41,6 +41,7 @@ themesdir = "../.."
[params]
site_theme = "orange"
site_layout = "row"
+enable_jumbo = "false"
# about_logo = "/img/hugocast.png"
copyright_notice = "Copyright 2016 [Matt Stratton](https://www.mattstrattion.io)"
itunes_subscribe = "http://itunes.apple.com/us/podcast/arrested-devops/id773888088?mt=2&uo=4&at=11lsCi"