summaryrefslogtreecommitdiff
path: root/src/templates/macros
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2014-02-22 19:15:46 -0800
committerJesse Morgan <jesse@jesterpm.net>2014-02-22 19:15:46 -0800
commit3249693ea33fdfa17612493e0f7ffc19d7649301 (patch)
tree795ebe5fbd2667c0aa9e13ef80d302852ebf8c68 /src/templates/macros
parent42503d407a5ec4efdb61a4d009f1bd46ffc8a965 (diff)
Adding Author and Feed Cookie.20140222a
* Adding an Author indicator on the feed. * Adding showfeed cookie to enable/disable feed demo. * Hiding the feed on the introduction chapter. * Adding whitespace compression to all pages.
Diffstat (limited to 'src/templates/macros')
-rw-r--r--src/templates/macros/common-page.ftl2
-rw-r--r--src/templates/macros/common.ftl1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/macros/common-page.ftl b/src/templates/macros/common-page.ftl
index 94cc5e3..1780036 100644
--- a/src/templates/macros/common-page.ftl
+++ b/src/templates/macros/common-page.ftl
@@ -1,4 +1,5 @@
<#macro commonpage>
+ <#compress>
<!doctype html>
<html>
<head>
@@ -24,4 +25,5 @@
</body>
</html>
+ </#compress>
</#macro>
diff --git a/src/templates/macros/common.ftl b/src/templates/macros/common.ftl
index 513fc57..d388a4e 100644
--- a/src/templates/macros/common.ftl
+++ b/src/templates/macros/common.ftl
@@ -1,5 +1,4 @@
<#include "content.ftl">
<#include "noticebox.ftl">
-
<#assign dynamicRoot = "">
<#assign staticRoot = "">