From cb72a50ca48ba3dd63374b8b5a79224987145bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 17 Feb 2022 20:40:22 +0100 Subject: [PATCH] Fixed title of blog page. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e9cbf17..136d9c3 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ pages: blog: mkdir -p $(OUTPUT_DIR)/blog cat templates/page/header.html blog/templates/index.html/header-part.html > blog/templates/index.html/header.html + sed -i -e 's/\$${title}/Blog/' blog/templates/index.html/header.html cat blog/templates/index.html/footer-part.html templates/page/footer.html > blog/templates/index.html/footer.html find blog/posts -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait -o $(OUTPUT_DIR)/blog/ -t blog/templates/