diff --git a/Makefile b/Makefile index 190dc92..aa018e0 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,9 @@ -.PHONY: help build publish -VERSION = 1.9.6 +.PHONY: help bump publish +VERSION = 1.9.11 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:$(VERSION) . - publish: # something to try: --provenance=false @docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push . diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index e930cf5..2bc6968 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -74,7 +74,7 @@ -