From 526a03774c0a5c5aaeb8913c25ef786457950543 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Mon, 1 Nov 2021 20:03:46 +0100 Subject: add favicon --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb52782..d0fe1a2 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ articles!=ls *.md articles_html = ${articles:.md=.html} site : index about $(articles_html) + @cp static/favicon.ico output/ @echo "done" index : -- cgit v1.2.3