diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-11-17 12:19:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-11-17 12:19:35 +0100 |
commit | be147735ef7a251661a87e703e25b6e96947d69f (patch) | |
tree | a5c6bc005b9137f5bc5a02357e9d54fd7bb7dc99 | |
parent | 392034e9bbfb9098b456a90605bbc024c37bb532 (diff) |
Fix branding_logo_text -> branding_logo_tagline.
-rw-r--r-- | ikiwiki_nb.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki_nb.setup b/ikiwiki_nb.setup index 50bf797..4b3e5b4 100644 --- a/ikiwiki_nb.setup +++ b/ikiwiki_nb.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!"', #}, } |