aboutsummaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorkjs <kjs@web>2015-06-06 18:20:11 -0400
committeradmin <admin@branchable.com>2015-06-06 18:20:11 -0400
commit5bfbab2f6357e7f03d48c449aee3fa5dd2734851 (patch)
tree249d6951ab2c4fd5738a607d8fab831562a156ef /doc/templates
parentf99850b5d3fc8d3c884f97c529881097342c8802 (diff)
downloadikiwiki-5bfbab2f6357e7f03d48c449aee3fa5dd2734851.tar
ikiwiki-5bfbab2f6357e7f03d48c449aee3fa5dd2734851.tar.gz
Templates not found when pushing from remote computer
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/discussion.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn
index dddab48d4..b118c1556 100644
--- a/doc/templates/discussion.mdwn
+++ b/doc/templates/discussion.mdwn
@@ -26,3 +26,11 @@ 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]]