feat: upgrade wagtail, tags fixed classes
This commit is contained in:
parent
39f2433824
commit
2a2c59d2b8
5 changed files with 5 additions and 14 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
.PHONY: help build publish
|
.PHONY: help build publish
|
||||||
VERSION = 1.9.3
|
VERSION = 1.9.4
|
||||||
|
|
||||||
help:
|
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}'
|
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||||
|
|
|
@ -79,8 +79,4 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
{% include 'newsletter/snippets/signup_form.html' %}
|
|
||||||
</section>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
|
@ -82,9 +82,4 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
<h2 id="newsletter" class="sr-only">Newsletter</h2>
|
|
||||||
{% include 'newsletter/snippets/signup_form.html' %}
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
|
@ -1,5 +1,5 @@
|
||||||
Django>=5.1.4,<5.2
|
Django>=5.2,<5.3
|
||||||
wagtail>=6.4.1,<6.5
|
wagtail>=7.0,<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
|
||||||
django-tailwind>=3.6.0
|
django-tailwind>=3.6.0
|
||||||
|
|
|
@ -124,11 +124,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags ul {
|
.tags ul {
|
||||||
@apply flex space-x-4 text-center text-sm;
|
@apply flex space-x-2 text-center text-sm;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags li {
|
.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 {
|
.tags ul li::before {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue