X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/3bb9d23c526655d6cc213bb5f21d5bb311ceeaaa..4f0620e7037a4db97d7b67846f64676999840d78:/doc/bugs/disabling_backlinks.mdwn diff --git a/doc/bugs/disabling_backlinks.mdwn b/doc/bugs/disabling_backlinks.mdwn index 34b1cfd57..74b25f0f0 100644 --- a/doc/bugs/disabling_backlinks.mdwn +++ b/doc/bugs/disabling_backlinks.mdwn @@ -7,4 +7,8 @@ I have tried `--numbacklinks 0` on ikiwiki commandline, but I still get backlink My first reading (and second and third) of this was that backlinks would be disabled entirely if I set numbacklinks=0, but now that I look again, I see the possibility that it is just controlling how many may be displayed before moving excess to a popup. If this is in fact how it is meant, I'll just get rid of the backlinks via the page template. Is this the case, that numbacklinks controls the popup, rather than backlinks in general? ---[[KarlMW]] \ No newline at end of file +--[[KarlMW]] + +> Yes, it only controls the number of backlinks that are shown at the +> bottom of the page vs how many are moved to the popup. I've tried to +> improve the documentation for this. [[done]] --[[Joey]]