summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-11-17 12:16:57 +0100
committerJonas Smedegaard <dr@jones.dk>2008-11-17 12:16:57 +0100
commit24761ab21a850a8a599c36dd62cb90e897be7ad2 (patch)
treefe1d8fa910eb02acb352595b9062a4931cc0ce56
parent3b77497b8ccbe4a91f37ce1b27fab7c18e793fd6 (diff)
Fix branding_logo_text -> branding_logo_tagline.
-rw-r--r--ikiwiki.setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup
index 0b2e234..2bbc98a 100644
--- a/ikiwiki.setup
+++ b/ikiwiki.setup
@@ -261,6 +261,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!"',
#},
}