fix typo
parent
1e5cd11635
commit
e62664cddb
|
@ -6,3 +6,4 @@ instead of
|
||||||
|
|
||||||
#htmlext => '.htm',
|
#htmlext => '.htm',
|
||||||
|
|
||||||
|
> [[done]] --[[Joey]]
|
||||||
|
|
|
@ -87,7 +87,7 @@ use IkiWiki::Setup::Standard {
|
||||||
# the default exclude list.
|
# the default exclude list.
|
||||||
#exclude => qr/*\.wav/,
|
#exclude => qr/*\.wav/,
|
||||||
# To change the extension used for generated html files.
|
# To change the extension used for generated html files.
|
||||||
#htmlext => '.htm',
|
#htmlext => 'htm',
|
||||||
# Time format (for strftime)
|
# Time format (for strftime)
|
||||||
#timeformat => '%c',
|
#timeformat => '%c',
|
||||||
# Locale to use. Must be a UTF-8 locale.
|
# Locale to use. Must be a UTF-8 locale.
|
||||||
|
|
Loading…
Reference in New Issue