diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkgBCH81yGBeEiFulJGJ6de6weZuLZQeHo <Christian@web> | 2014-06-02 17:48:51 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-06-02 17:48:51 -0400 |
commit | 524689abd296a8de5311e86dd6afa8c7ee00b73b (patch) | |
tree | af8db2f9eb53990247058ef5988115435c38da1e | |
parent | bc25b46e1d41d7748df51d89f38cd459790154c3 (diff) | |
download | ikiwiki-524689abd296a8de5311e86dd6afa8c7ee00b73b.tar ikiwiki-524689abd296a8de5311e86dd6afa8c7ee00b73b.tar.gz |
-rw-r--r-- | doc/templates/discussion.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn index c7115e4d6..dddab48d4 100644 --- a/doc/templates/discussion.mdwn +++ b/doc/templates/discussion.mdwn @@ -25,3 +25,4 @@ 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 |