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 +++
 CONTRIBUTORS.md                         |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 818a10a..c163195 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -108,5 +108,6 @@
 - [Xiaoyang Luo](https://github.com/ccviolett/)
 - [Michiel Appelman](https://appelman.se)
 - [Mark Wood](https://digitalnotions.net)
+- [Sam A.](https://samsapti.dev)
 - [John Feminella](https://jxf.me)
 - [zzsqwq](https://zzsqwq.cn)
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