Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
commit
d3d63817c8
|
@ -35,6 +35,8 @@ But it causes some nasty bugs for plugins that use the pagetemplate hook. It is
|
||||||
|
|
||||||
>>> Sorry if my not seeing the bug offended you. [[Fixed|done]] --[[Joey]]
|
>>> Sorry if my not seeing the bug offended you. [[Fixed|done]] --[[Joey]]
|
||||||
|
|
||||||
|
>>>> Thanks! --[[JeanPrivat]] (I'm not offended)
|
||||||
|
|
||||||
### A second example
|
### A second example
|
||||||
|
|
||||||
* create "/bar/sidebar.mdwn" with "world"
|
* create "/bar/sidebar.mdwn" with "world"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
I have a bunch of tag pages autogenerated by the tag plugin. As part of a redesign for my wiki, I have changed the `autotag.tmpl` template, but IkiWiki refuses to rebuild existing tag pages using the updated template. I understand that existing tag pages are not rebuilt because they have been marked as "created" in `.ikiwiki/indexdb`. Is there a way to purge all tag pages from `indexdb`? --dkobozev
|
Loading…
Reference in New Issue