diff --git a/templates/base.html b/templates/base.html index e3bc474..c18208c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,19 +1,25 @@ {% import "macros/macros.html" as post_macros %} - + {% include "partials/header.html" %} - {% include "partials/nav.html" %} -
- {# Post page is the default #} - {% block main_content %} - Nothing here?! - {% endblock main_content %} -
- {% include "partials/footer.html" %} + {% include "partials/nav.html" %} +
+ {# Post page is the default #} + {% block main_content %} + Nothing here?! + {% endblock main_content %} +
+ {% include "partials/footer.html" %} + + {% if config.extra.goatcounterName %} + + {% endif %} + \ No newline at end of file