diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-17 12:16:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-17 12:16:57 +0100 |
commit | 24761ab21a850a8a599c36dd62cb90e897be7ad2 (patch) | |
tree | fe1d8fa910eb02acb352595b9062a4931cc0ce56 | |
parent | 3b77497b8ccbe4a91f37ce1b27fab7c18e793fd6 (diff) |
Fix branding_logo_text -> branding_logo_tagline.
-rw-r--r-- | ikiwiki.setup | 2 |
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!"', #}, } |