diff --git a/Makefile b/Makefile index f66e454..429ff9c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.8.0 +VERSION = 1.8.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..8259f41 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 %}