From 997937af5a6dc317da56ae294dce927ec5930a4b Mon Sep 17 00:00:00 2001
From: Geoffrey Garrett <g.h.garrett13@gmail.com>
Date: Mon, 27 Jun 2022 22:45:48 +0000
Subject: [PATCH] docs(config.md): Added short explainer on favicons

---
 content/notes/config.md |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/content/notes/config.md b/content/notes/config.md
index 691e187..8c758ed 100644
--- a/content/notes/config.md
+++ b/content/notes/config.md
@@ -25,7 +25,13 @@
 
 ### HTML Favicons
 
-If you would like to customize the favicons of your website, you can add them to the `data/config.yaml` file. The default without any set `favicon` key is:
+A Favicon is most commonly seen preceding the URL in a browser. Some
+other examples include (but are not limited to) bookmarks, search history, and 
+app icons (i.e. "save page to homescreen" on mobile devices). [File format support](https://en.wikipedia.org/wiki/Favicon#File_format_support)
+and the [use of favicons](https://en.wikipedia.org/wiki/Favicon#Use_of_favicon) differ
+across the combination of platforms and browsers.
+
+If you would like to customize the favicons of your website, you can add them to the `data/config.yaml` file. The **default** without any set `favicon` key is:
 
 ```html
 <link rel="shortcut icon" href="icon.png" type="image/png">

--
Gitblit v1.10.0