diff --git a/Makefile b/Makefile index 6386c05..20d7ddd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.0.30 +VERSION = 1.0.31 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/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index d02b788..883adbf 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -7,7 +7,7 @@ {% block content %}
-
+

{{ page.title }}

{{ page.intro|richtext }}
diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index 55c8299..dd0caf9 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -5,8 +5,8 @@ {% block body_class %}template-blogpage{% endblock %} {% block content %} -
-
+
+

{{ page.title }}

{% with authors=page.authors.all %} diff --git a/blog/templates/blog/blog_tag_index_page.html b/blog/templates/blog/blog_tag_index_page.html index a260ead..35cae21 100644 --- a/blog/templates/blog/blog_tag_index_page.html +++ b/blog/templates/blog/blog_tag_index_page.html @@ -3,8 +3,8 @@ {% block content %} -
-
+
+
{% if request.GET.tag %}

Showing pages tagged "{{ request.GET.tag }}"

{% endif %} diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index 9e7141f..e654df1 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -4,7 +4,7 @@ {% block body_class %}{% endblock %} {% block content %} -
+

{{ page.title }}

{% image page.image original class="rounded-2xl bg-gray-50" %} @@ -17,7 +17,7 @@
-
+
{{ page.body }}
diff --git a/iamkonstantin_web/templates/base.html b/iamkonstantin_web/templates/base.html index d4253b8..dff9ac3 100644 --- a/iamkonstantin_web/templates/base.html +++ b/iamkonstantin_web/templates/base.html @@ -47,7 +47,7 @@
{% include "includes/header.html" %} -
+
{% block content %}{% endblock %}
diff --git a/iamkonstantin_web/templates/includes/footer.html b/iamkonstantin_web/templates/includes/footer.html index 395cabd..da51d72 100644 --- a/iamkonstantin_web/templates/includes/footer.html +++ b/iamkonstantin_web/templates/includes/footer.html @@ -1,6 +1,6 @@ {% load navigation_tags %} -