summaryrefslogtreecommitdiff
path: root/ikiwiki.setup
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-11-17 12:20:58 +0100
committerJonas Smedegaard <dr@jones.dk>2008-11-17 12:20:58 +0100
commitc44edc34dffc7a6604fce6c31dc54fbe0557260c (patch)
tree0b09c6977327f3fbfc2d69aba822c71c779715e9 /ikiwiki.setup
parentca014f830add63fa8ab9f611df0b1475a948e2e1 (diff)
Fix branding_logo_text -> branding_logo_tagline.
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r--ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index b40662f..33a0a88 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -264,6 +264,6 @@ use IkiWiki::Setup::Standard {
#varioki => {
# 'branding_logo_text' => '"Example Website"',
# 'branding_logo' => '"logo.png"',
- # 'branding_logo_text' => '"Yet another ikiwiki site!"',
+ # 'branding_logo_tagline' => '"Yet another ikiwiki site!"',
#},
}