From f771e74c3867c2e16d0c9d5187a2e115345b9048 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 3 Jun 2013 17:46:53 -0700 Subject: 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. --- src/templates/macros/noticebox.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/macros/noticebox.ftl') diff --git a/src/templates/macros/noticebox.ftl b/src/templates/macros/noticebox.ftl index e1d75a5..43c36c3 100644 --- a/src/templates/macros/noticebox.ftl +++ b/src/templates/macros/noticebox.ftl @@ -1,7 +1,7 @@ <#macro noticebox>
- +

<#nested>

-- cgit v1.2.3