From bf98f49819d0bc018b67c0aa1ae7fa9b82f4326a Mon Sep 17 00:00:00 2001 From: Brendan Abbott Date: Mon, 19 Dec 2016 15:44:52 +1000 Subject: [PATCH] Allow a user to scale the site if they'd like --- material/base.html | 4 ++-- src/base.html | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/material/base.html b/material/base.html index 613193208..e68206915 100644 --- a/material/base.html +++ b/material/base.html @@ -3,7 +3,7 @@ {% block site_meta %} - + {% if config.site_description %} {% endif %} @@ -18,7 +18,7 @@ {% else %} {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.title %} diff --git a/src/base.html b/src/base.html index cc16e7a7d..22ecd5107 100644 --- a/src/base.html +++ b/src/base.html @@ -27,8 +27,7 @@ {% block site_meta %} - + {% if config.site_description %}