]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/templates/discussion.mdwn
Templates not found when pushing from remote computer
[git.ikiwiki.info.git] / doc / templates / discussion.mdwn
index c7115e4d6af1581465a0cdbb3214ace819768d45..b118c15565da868e5fca6b8a26976f81f499cc60 100644 (file)
@@ -25,3 +25,12 @@ Is there a list of all the available variables somewhere, or do I just grep the
 
 I pulled a list of variables and posted it, its in the history for [[templates]] under my name. [[justint]]
 
+I am trying to override `page.tmpl` by providing `templates/page.tmpl` in my `srcdir`- this works, but now `templates/page.tmpl` is created in my `destdir` as well! Is this expected? Is there a way to avoid this? --chenz
+
+I'm seeing some curious behaviour with `$srcdir/templates/` templates not being found when
+pushing from a remote computer. Touching the relevant file on the server and
+`ikiwiki --setup wiki.setup --refresh -v` sorts it out. I have done `--refresh
+--wrappers` just to be sure the hooks aren't out of date. Anyone knows what
+might be causing this? I'm running a custom branch of ikiwiki master from a
+couple of weeks ago so could be my own doing but my changes are mainly to the
+album and img plugins. --[[kjs]]