From 353e8b5727caac83f376569825b79359357ebde0 Mon Sep 17 00:00:00 2001
From: Frederik Vanrenterghem <frederik@vanrenterghem.biz>
Date: Thu, 28 Dec 2023 19:34:42 +0800
Subject: [PATCH 1/1] Gebruik favicon.

---
 html/head.mustache | 1 +
 1 file changed, 1 insertion(+)

diff --git a/html/head.mustache b/html/head.mustache
index f0c0eac..ab78601 100644
--- a/html/head.mustache
+++ b/html/head.mustache
@@ -2,5 +2,6 @@
   <link href="/assets/styles/bootstrap-5.3.0/css/bootstrap.min.css" rel="stylesheet">
   <link href="/assets/styles/org-htmlize.css" rel="stylesheet">
   <link rel="webmention" href="https://www.vanrenterghem.biz/webmention">
+  <link rel="SHORTCUT ICON" href="https://www.vanrenterghem.biz/favicon.ico" />
   <meta charset="utf-8" />
   <title>{{title}}</title>
-- 
2.39.5