diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-04 23:40:19 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-04 23:40:19 -0500 |
commit | e22b1d05214ee90e7424f856dae43a35902950cf (patch) | |
tree | 503c1bc961b7a3b0da4aa8fb1b615430e7aa68d0 /doc/tips | |
parent | e0590970b66409c9d31dee6301695a5a8f77cc18 (diff) |
fix link
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/optimising_ikiwiki.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/optimising_ikiwiki.mdwn b/doc/tips/optimising_ikiwiki.mdwn index f0ce1b0c3..14d619ff8 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -85,7 +85,7 @@ The resulting html file might get big and expensive to generate as you keep adding pages. First, consider removing the "show=title". Then the map will not show page -titles set by the [[!ikiwiki/directive/meta]] directive -- but will also +titles set by the [[ikiwiki/directive/meta]] directive -- but will also only need to be generated when pages are added or removed, not for every page change. |