From 589692a188c35323cea06a4a4572f182aa488976 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 2 Jan 2026 15:55:48 +0200 Subject: Prepare for deployment --- Makefile | 2 +- templates/now.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4606ec4..b063004 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ dev: .PHONY: deploy deploy: @echo "Deploying project..." - rsync -rvzP --delete --chown 80:80 out/* $(RSYNC_TARGET) + rsync -rvzP --delete --chown 80:80 public/* $(RSYNC_TARGET) .PHONY: clean clean: diff --git a/templates/now.html b/templates/now.html index 9eaa6a6..f05b6aa 100644 --- a/templates/now.html +++ b/templates/now.html @@ -7,4 +7,5 @@ {% set latest_now = nows | sort(attribute="date") | last %} {{ macros::page_content(page=latest_now) }} + {% endblock %} -- cgit v1.3