diff --git a/.idea/iamkonstantin-web.iml b/.idea/iamkonstantin-web.iml index 79d7ae9..2d23290 100644 --- a/.idea/iamkonstantin-web.iml +++ b/.idea/iamkonstantin-web.iml @@ -17,7 +17,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index 6de942c..2a30ec5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..ecefe3a --- /dev/null +++ b/.tool-versions @@ -0,0 +1 @@ +python 3.12.8 diff --git a/Makefile b/Makefile index f66e454..9687bac 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.8.0 +VERSION = 1.9.1 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}' diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index e5eb500..a84696a 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -58,8 +58,9 @@ {{ post.title }} -

{{ post.intro }}

+

{{ post.intro }}

+ {% if post.main_image %}
{% with post.main_image as main_image %} @@ -81,7 +82,9 @@
-
+
+

Newsletter

{% include 'newsletter/snippets/signup_form.html' %}
+ {% endblock content %} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 58e901a..eb7da49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django>=5.1.4,<5.2 -wagtail>=6.3.1,<6.4 +wagtail>=6.4,<6.5 whitenoise>=6.6,<7.0 wagtailcodeblock>=1.29.0.2,<2.0 django-tailwind>=3.6.0 diff --git a/search/templates/search/search.html b/search/templates/search/search.html index 0a067f5..75556cb 100644 --- a/search/templates/search/search.html +++ b/search/templates/search/search.html @@ -13,13 +13,11 @@
-
+
-
-
@@ -30,7 +28,7 @@
-
+