diff options
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> |