diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-17 12:19:15 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-17 12:19:15 +0100 |
commit | 9d20a584e6b9651e165b55beaabcbba59be302cf (patch) | |
tree | cdfcaddb583295cfc11822bcbfe4f9494b4f5d91 | |
parent | d871091c92aaddaafd35cbbe09be9d600d31bc34 (diff) |
Fix branding_logo_text -> branding_logo_tagline.
-rw-r--r-- | ikiwiki_da.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_da.setup b/ikiwiki_da.setup index 4f726ae..ae7b84a 100644 --- a/ikiwiki_da.setup +++ b/ikiwiki_da.setup @@ -267,6 +267,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!"', #}, } |