Ikiwiki creates on every page automatically a specific link list at the bottom of the page.
How can I move this list to the top or to the left? How can I have it both on the top and on the bottom of the page?
Since I want to change it globally I tried to find an option in local.css but didn't find anything related.
You can change the page.tmpl template (look for
BACKLINKS
in it). To overwrite the defaultpage.tmpl
, copy it in, say, atemplates
folder in your repository, and change the setup file to use this folder as a template folder.-- Louis