From 8140b9c703ccfdfdf1b67a7a3fba4fe50ebcf8ab Mon Sep 17 00:00:00 2001 From: Shreyas Guha Neogi Date: Tue, 3 Mar 2026 21:26:20 +0530 Subject: [PATCH] Fix #24: Add website favicon ECWoC 2026 --- public/favicon.svg | 7 +++++++ views/layouts/boilerplate.ejs | 1 + 2 files changed, 8 insertions(+) create mode 100644 public/favicon.svg diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..da66616 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/views/layouts/boilerplate.ejs b/views/layouts/boilerplate.ejs index c6fe765..3025abb 100644 --- a/views/layouts/boilerplate.ejs +++ b/views/layouts/boilerplate.ejs @@ -4,6 +4,7 @@ WanderLust +