diff options
author | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2015-03-08 02:28:44 +0100 |
---|---|---|
committer | Caoimhe Chaos <caoimhechaos@protonmail.com> | 2015-03-08 02:28:44 +0100 |
commit | 72387224a9348afd6587f720e4f433db5ae1ca31 (patch) | |
tree | 44f4f91ff15fba0fbe9b0c7a425e2528fd1ecaa9 /templates | |
parent | 803f2aec9f2c4d3ba377b1d7252705e258ac5be5 (diff) |
Don't print the sidebar (who needs that on paper?)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 4e120c2c..86b12c48 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -149,7 +149,7 @@ <!-- START sidebar --> <TMPL_UNLESS DYNAMIC> <TMPL_IF SIDEBAR> - <TMPL_IF HTML5><aside class="sidebar pull-right"><TMPL_ELSE><div class="sidebar pull-right"></TMPL_IF> + <TMPL_IF HTML5><aside class="sidebar pull-right hidden-print"><TMPL_ELSE><div class="sidebar pull-right hidden-print"></TMPL_IF> <TMPL_VAR SIDEBAR> <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> |