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

{{ post.intro }}

+

{{ post.intro }}

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

Newsletter

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