feat: upgrade wagtail, tags fixed classes

This commit is contained in:
Konstantin 2025-05-06 18:50:52 +02:00
parent 39f2433824
commit 2a2c59d2b8
Signed by: konstantin
GPG key ID: A128B78773E41ACE
5 changed files with 5 additions and 14 deletions

View file

@ -1,5 +1,5 @@
.PHONY: help build publish
VERSION = 1.9.3
VERSION = 1.9.4
help:
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

View file

@ -79,8 +79,4 @@
</nav>
</section>
<section>
{% include 'newsletter/snippets/signup_form.html' %}
</section>
{% endblock %}

View file

@ -82,9 +82,4 @@
</div>
</section>
<section>
<h2 id="newsletter" class="sr-only">Newsletter</h2>
{% include 'newsletter/snippets/signup_form.html' %}
</section>
{% endblock content %}

View file

@ -1,5 +1,5 @@
Django>=5.1.4,<5.2
wagtail>=6.4.1,<6.5
Django>=5.2,<5.3
wagtail>=7.0,<7.1
whitenoise>=6.6,<7.0
wagtailcodeblock>=1.29.0.2,<2.0
django-tailwind>=3.6.0

View file

@ -124,11 +124,11 @@
}
.tags ul {
@apply flex space-x-4 text-center text-sm;
@apply flex space-x-2 text-center text-sm;
}
.tags li {
@apply p-4 inline-flex items-center rounded-2xl bg-green-50 px-2 py-1 font-medium text-green-700 ring-1 ring-inset ring-green-600/20;
@apply p-3 inline-flex items-center rounded-2xl px-2 py-1 text-sm text-black dark:text-white ring-1 ring-inset ring-orange-700/20 dark:ring-white bg-orange-50 dark:bg-transparent;
}
.tags ul li::before {