diff --git a/templates/index.html b/templates/index.html index cadfdad..fe7808f 100755 --- a/templates/index.html +++ b/templates/index.html @@ -16,6 +16,9 @@ {% set data = load_data(path="public/style.css", format="plain") -%} + {% block extra_head %} + {% endblock extra_head %} + {% endblock head %}