diff --git a/custom_theme/main.html b/custom_theme/main.html index 4038f5d..142bea2 100644 --- a/custom_theme/main.html +++ b/custom_theme/main.html @@ -1,12 +1,9 @@ - - - {% extends "base.html" %} {% block extrahead %} - + {% set title = config.site_name %} {% if page and page.meta and page.meta.title %} {% set title = title ~ " - " ~ page.meta.title %} @@ -18,6 +15,8 @@ {% set description = page.meta.description %} {% endif %} + + {#