From 0a43ceef5bc773cda649f13f240c702e3f46a690 Mon Sep 17 00:00:00 2001
From: Luiz F. A. de PrĂ¡ <rawarkanis@gmail.com>
Date: Sun, 29 May 2022 19:12:52 +0000
Subject: [PATCH] Squashed commit of the following:

---
 layouts/partials/head/custom-icons.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/layouts/partials/head/custom-icons.html b/layouts/partials/head/custom-icons.html
index f7bfae5..0b1ec4f 100644
--- a/layouts/partials/head/custom-icons.html
+++ b/layouts/partials/head/custom-icons.html
@@ -3,3 +3,6 @@
 
 <link rel="apple-touch-icon" href="{{ .Site.Params.touchicon | default "/images/apple-touch-icon.png" | relURL }}">
 <link rel="apple-touch-icon" sizes="180x180" href="{{ .Site.Params.touchicon | default "/images/apple-touch-icon.png" | relURL }}">
+
+<link rel="manifest" href="{{ .Site.Params.manifest | default "/site.webmanifest" | relURL }}">
+<link rel="mask-icon" href="{{ .Site.Params.mask_icon | default "/images/safari-pinned-tab.svg" | relURL }}" color="{{ .Site.Params.mask_icon_color | default "#5bbad5" }}">

--
Gitblit v1.10.0