diff --git a/src/base.html b/src/base.html index 18bfde646..3a5a6a745 100644 --- a/src/base.html +++ b/src/base.html @@ -54,7 +54,7 @@ (anchor ? '#' + anchor : '') - + @@ -92,10 +92,8 @@ {% endif %} {% endblock %} - + {% block styles %} - - {% endfor %} - + {% block analytics %} {% if config.google_analytics %} {% include "partials/integrations/analytics.html" %} @@ -246,7 +244,7 @@ for="__drawer" > - + {% if page.toc | first is defined %} {{ lang.t('skip.link.title') }} @@ -273,7 +271,7 @@ {% include "partials/tabs.html" %} {% endif %} - + @@ -418,6 +416,8 @@ {%- endfor -%} {{ translations | tojson }} + + + + {% for path in config["extra_javascript"] %} {% endfor %}