diff --git a/django_wtf/templates/core/base.html b/django_wtf/templates/core/base.html index 5d6d5db..67b22b7 100644 --- a/django_wtf/templates/core/base.html +++ b/django_wtf/templates/core/base.html @@ -1,6 +1,6 @@ {% load tailwind_tags django_htmx %} - +
{% block head %} {% include "meta/meta.html" %} diff --git a/django_wtf/templates/wagtail_code_blog/blog_index_page.html b/django_wtf/templates/wagtail_code_blog/blog_index_page.html index 3eb1d9f..9d42c1e 100644 --- a/django_wtf/templates/wagtail_code_blog/blog_index_page.html +++ b/django_wtf/templates/wagtail_code_blog/blog_index_page.html @@ -1,9 +1,8 @@ {% extends "core/base.html" %} {% load static %} {% block head %} - {% include "wagtail_code_blog/blog_index_page_head.html" %} {{ block.super }} - {{ tailwind_css }} + {% include "wagtail_code_blog/blog_index_page_head.html" %}