feat: update Wagtail, add Threads footer link

This commit is contained in:
Konstantin 2024-10-05 22:22:03 +02:00
parent 9fe3acd32d
commit 3d59eafbf0
8 changed files with 72 additions and 8 deletions

View file

@ -1,5 +1,5 @@
.PHONY: help build publish
VERSION = 1.1.7
VERSION = 1.1.8
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}'