diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 15:39:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 15:39:24 -0400 |
commit | d240f576643219905d7732a111e3ec94c5f9b46a (patch) | |
tree | c375c0b3a53f6907de624d71dbd7426dd947ed81 /doc | |
parent | 62a814bca61a76eceb2a4db75a03172c0810122d (diff) | |
download | ikiwiki-d240f576643219905d7732a111e3ec94c5f9b46a.tar ikiwiki-d240f576643219905d7732a111e3ec94c5f9b46a.tar.gz |
remove link to index
Diffstat (limited to 'doc')
-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 caed75ba6..d66ee9343 100644 --- a/doc/tips/optimising_ikiwiki.mdwn +++ b/doc/tips/optimising_ikiwiki.mdwn @@ -138,7 +138,7 @@ all the pages on a traditional, highly WikiLinked wiki, is asking for things to be slow. But using it to map a few related pages is probably fine. 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. +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)"]] |