From 6f43cbc1edacc607d606e488e9c4e5112c38f993 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= <me@rgoncalves.se>
Date: Sun, 19 Dec 2021 20:46:54 +0000
Subject: templates: Add favicon

---
 templates/default.head | 1 +
 1 file changed, 1 insertion(+)

(limited to 'templates')

diff --git a/templates/default.head b/templates/default.head
index 8b7f7ad..1007ff6 100644
--- a/templates/default.head
+++ b/templates/default.head
@@ -1,5 +1,6 @@
 <title>rgoncalves.se</title>
 <link href="/style/style.css" rel="stylesheet" type="text/css">
+<link rel="shortcut icon" type="image/jpg" href="/img/favicon.ico"/>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="googlebot" content="noindex">
-- 
cgit v1.2.3