From 6651c4c87c56335591e1d9cbeeff9c1290d70588 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Sep 2024 12:44:36 -0300 Subject: Makefile: Remove duplicate blog.html from $(contents) variable --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a12b23c..ba93a25 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,6 @@ sources = \ contents = \ $(sources.html) \ src/content/atom.xml \ - src/content/blog.html \ static-contents = \ $(images.svg) \ -- cgit v1.2.3