File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
{% load tailwind_tags django_htmx %}
2
2
<!DOCTYPE html>
3
- < html lang ="en-US " data-theme =" dark " >
3
+ < html lang ="en-US ">
4
4
< head >
5
5
{% block head %}
6
6
{% include "meta/meta.html" %}
Original file line number Diff line number Diff line change 1
1
{% extends "core/base.html" %}
2
2
{% load static %}
3
3
{% block head %}
4
- {% include "wagtail_code_blog/blog_index_page_head.html" %}
5
4
{{ block.super }}
6
- {{ tailwind_css } }
5
+ {% include "wagtail_code_blog/blog_index_page_head.html" % }
7
6
< style >
8
7
h3 ,
9
8
h4 ,
Original file line number Diff line number Diff line change 2
2
{% load tailwind_tags %}
3
3
{% load wagtailcore_tags wagtailimages_tags %}
4
4
{% block head %}
5
- {% include "wagtail_code_blog/blog_page_head.html" %}
6
5
{{ block.super }}
7
- {{ tailwind_css } }
6
+ {% include "wagtail_code_blog/blog_page_head.html" % }
8
7
{% endblock head %}
9
8
{% block content %}
10
9
< div class ="flex w-full justify-center bg-white pb-5 md:pb-7 md:pt-7 ">
You can’t perform that action at this time.
0 commit comments