From be70bbdae41bf0befb63d90ab7e2d237dc69b3d9 Mon Sep 17 00:00:00 2001
From: Brooke <12855764+goingforbrooke@users.noreply.github.com>
Date: Wed, 29 May 2024 21:25:27 -0700
Subject: [PATCH] Add universal favicons to `index.html`
---
templates/index.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/templates/index.html b/templates/index.html
index 8b67c98..8df9901 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -23,7 +23,10 @@
{% endif -%}
{%- if config.extra.favicon %}
-
+
+
+
+
{% endif -%}
{%- block extra_head %}