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 11{% load tailwind_tags django_htmx %}
22<!DOCTYPE html>
3- < html lang ="en-US " data-theme =" dark " >
3+ < html lang ="en-US ">
44 < head >
55 {% block head %}
66 {% include "meta/meta.html" %}
Original file line number Diff line number Diff line change 11{% extends "core/base.html" %}
22{% load static %}
33{% block head %}
4- {% include "wagtail_code_blog/blog_index_page_head.html" %}
54 {{ block.super }}
6- {{ tailwind_css } }
5+ {% include "wagtail_code_blog/blog_index_page_head.html" % }
76 < style >
87 h3 ,
98 h4 ,
Original file line number Diff line number Diff line change 22{% load tailwind_tags %}
33{% load wagtailcore_tags wagtailimages_tags %}
44{% block head %}
5- {% include "wagtail_code_blog/blog_page_head.html" %}
65 {{ block.super }}
7- {{ tailwind_css } }
6+ {% include "wagtail_code_blog/blog_page_head.html" % }
87{% endblock head %}
98{% block content %}
109 < 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