diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-02-22 19:15:46 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-02-22 19:15:46 -0800 |
commit | 8712e249976e4d57d58fe15df15ae83e59ddbfff (patch) | |
tree | a3c31d2e6cc8995354ffed9ac52f9020f156afa0 /src/templates/macros/common-page.ftl | |
parent | 9323fd4f9077bd876e0e220fda6bfd2192dadd59 (diff) |
Adding Author and Feed Cookie.
* 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/common-page.ftl')
-rw-r--r-- | src/templates/macros/common-page.ftl | 2 |
1 files changed, 2 insertions, 0 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> |