Skip to content
Snippets Groups Projects
Verified Commit 703ed0f3 authored by Jake's avatar Jake
Browse files

updated base.html

parent 8ba26b59
No related branches found
No related tags found
No related merge requests found
Pipeline #323104 passed
......@@ -49,9 +49,9 @@
{% block global_before %}
{%- if 'global_before' in config.theme -%}
<section id="globalbefore" class="globalsections">
<div id="globalbefore" class="globalsections">
{{ render.sections(config.theme.global_before, lang, 2) }}
</section>
</div>
{%- endif -%}
{% endblock global_before %}
......@@ -66,9 +66,9 @@
{% block global_after %}
{%- if 'global_after' in config.theme -%}
<section id="globalafter" class="globalsections">
<div id="globalafter" class="globalsections">
{{ render.sections(config.theme.global_after, lang, 2) }}
</section>
</div>
{%- endif -%}
{% endblock global_after %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment