diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-15 18:50:40 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-15 18:50:40 -0400 |
commit | 19ec5c22599f15b9a3dc5246bea4e8f09ec94180 (patch) | |
tree | 6c16b4fb489c9c34afecbed12ba26ca66340a1ec /doc/tips | |
parent | 4be470a2194aff09056570718d530d103ea2bc45 (diff) |
typo
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 579157291..e3973733f 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -133,7 +133,7 @@ This site's own [[plugins/linkmap]] rarely slows it down, because it only shows the [[index]] page, and the small set of pages that link to it. That is accomplished as follows: - \[!linkmap pages="index or (backlink(index)"]] + \[[!linkmap pages="index or (backlink(index)"]] ## overhead of the search plugin |