repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added my site, even though it's in an early state
[ikiwiki.git]
/
doc
/
bugs
/
links_from_sidebars
/
discussion.mdwn
blob
9cb84328a6028190b87f0c407e7cbb47ea71d7b5
1
In the meantime I have configured nginx to redirect any requests for .../sidebar/ up to the parent page.
2
3
rewrite ^(.*/)sidebar/$ $1 redirect;
4
5
This appears to work well.