diff options
author | EuAndreh <eu@euandre.org> | 2024-09-28 12:44:36 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-28 12:44:36 -0300 |
commit | 6651c4c87c56335591e1d9cbeeff9c1290d70588 (patch) | |
tree | 659fd4068f50f708d04988156c753034fb355b94 | |
parent | src/base.conf: Simplify required vars (diff) | |
download | papo.im-6651c4c87c56335591e1d9cbeeff9c1290d70588.tar.gz papo.im-6651c4c87c56335591e1d9cbeeff9c1290d70588.tar.xz |
Makefile: Remove duplicate blog.html from $(contents) variable
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -69,7 +69,6 @@ sources = \ contents = \ $(sources.html) \ src/content/atom.xml \ - src/content/blog.html \ static-contents = \ $(images.svg) \ |