diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | static/favicon.ico | bin | 0 -> 2686 bytes |
2 files changed, 1 insertions, 0 deletions
@@ -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 : diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..0797e95 --- /dev/null +++ b/static/favicon.ico |