From edce3ae42b852983b79a3e14b633a8017a230f3e Mon Sep 17 00:00:00 2001 From: nukashimika Date: Sun, 14 Aug 2022 14:00:29 -0600 Subject: [PATCH] Fixed Title --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d746264..1b8226a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ default: - pandoc --standalone --metadata title="nuka.works" --template src/template.html src/index.md -o src/index.html && pandoc --standalone --metadata title="nuka.works" --template src/links/template.html src/links/index.md -o src/links/index.html + pandoc --standalone --metadata title="cola.works" --template src/template.html src/index.md -o src/index.html && pandoc --standalone --metadata title="cola.works" --template src/links/template.html src/links/index.md -o src/links/index.html .PHONY: default