Compare commits
2 commits
96633340cd
...
38d59de6c0
Author | SHA1 | Date | |
---|---|---|---|
38d59de6c0 | |||
c42bfbe72d |
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
{% block body_class %}template-blogpage{% endblock %}
|
{% block body_class %}template-blogpage{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<section class="flex flex-col items-center justify-center h-full px-0 md:px-4 lg:px-8">
|
<section class="flex flex-col justify-center h-full px-0 md:px-4 lg:px-8">
|
||||||
<article class="mb-16 px-1 md:px-4 lg:px-8">
|
<article class="mb-16 px-1 md:px-4 lg:px-8">
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Django>=5.1,<5.3
|
Django>=5.2.1,<5.3
|
||||||
wagtail>=6.4,<7.1
|
wagtail>=6.4,<7.1
|
||||||
whitenoise>=6.6,<7.0
|
whitenoise>=6.6,<7.0
|
||||||
wagtailcodeblock>=1.29.0.2,<2.0
|
wagtailcodeblock>=1.29.0.2,<2.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue