From 8401190f09ba3c66eae737bb71a2291d17307aaa Mon Sep 17 00:00:00 2001 From: Liliesh Date: Sun, 6 Jul 2025 09:28:04 +0200 Subject: [PATCH] Page Update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 955fc04..7480dcd 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ build: publish: clean build git add . git status - TIMESTAMP=$(date +'%F %r'); git commit -m "Page Update $TIMESTAMP" + TIMESTAMP=$(date +'%F %r'); git commit -m "Page Update `$TIMESTAMP`" git push \ No newline at end of file