]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/optimising_ikiwiki.mdwn
Forgotten notice about /ostatnie_zmiany.html page
[ikiwiki.git] / doc / tips / optimising_ikiwiki.mdwn
index 5840f2eba3b6f0165a13ced180dce0dd8efc93d5..14d619ff824db3662f497884a4d3e5b9301ba811 100644 (file)
@@ -64,7 +64,7 @@ smaller.
        
        \[[!inline pages="blog/* and link(tag)" show=0 archive=yes quick=yes]]
 
-Only downsides: This won't show titles set by the [[!ikiwiki/directive/meta]]
+Only downsides: This won't show titles set by the [[ikiwiki/directive/meta]]
 directive. And there's no RSS feed for users to use -- but if this page
 is only for the archives or tag for your blog, users should be subscribing
 to the blog's main page's RSS feed instead.
@@ -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.