From 0005fd8510f9671e1ce7c175f03ff3b3380935f8 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Fri, 6 Oct 2023 08:59:36 +0200 Subject: [PATCH] :lipstick: favicon is now in helmet --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 606d7ca..3327ba1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,7 +3,7 @@ {# TODO: Get open graph cover #} - {% set logo = get_url(path="favicon.ico") %} + {% set logo = get_url(path="logo-rod.svg") %} {% block head %} {% set title = config.title %}