summaryrefslogtreecommitdiff
path: root/src/templates/macros/common.ftl
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-06-03 17:46:53 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-06-03 17:46:53 -0700
commitf771e74c3867c2e16d0c9d5187a2e115345b9048 (patch)
tree1b7970cd47c5051e7b6a876153ef33971338c8fe /src/templates/macros/common.ftl
parent736448b60c4a61c9eae62efe7a191a8f13c18b55 (diff)
Adding a content root variable to the templates.
The content root is used to specify the location of the static content. It is currently hard-coded to my desktop, but it will be updated after a config system is introduced.
Diffstat (limited to 'src/templates/macros/common.ftl')
-rw-r--r--src/templates/macros/common.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/templates/macros/common.ftl b/src/templates/macros/common.ftl
index 7e8a2d5..ab0d769 100644
--- a/src/templates/macros/common.ftl
+++ b/src/templates/macros/common.ftl
@@ -1,2 +1,4 @@
<#include "content.ftl">
<#include "noticebox.ftl">
+
+<#assign contentroot = "http://localhost/~jesterpm/growcontent">