From b1a42c04334d6925f43632e6fcc9bcd536c7bf4d Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Tue, 19 Mar 2024 21:45:17 +0100 Subject: [PATCH] wip: code blocks are broken and need to wrap! --- Makefile | 4 ++-- blog/templates/blog/blog_page.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 243a882..a205561 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ 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}' build: - @docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.11 . + @docker build -t code.headbright.be/konstantin/iamkonstantin:1.0.13 . publish: - @docker push code.headbright.be/konstantin/iamkonstantin:1.0.11 + @docker push code.headbright.be/konstantin/iamkonstantin:1.0.13 diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index 1bf91cd..29ee15e 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -6,7 +6,7 @@ {% block content %}
-
+

{{ page.title }}

{{ page.date }}