From 517b2d9019db4b356e9d138b4349654abdd44e7c Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 31 Oct 2017 23:37:08 +0000 Subject: [PATCH] add favicon Signed-off-by: Adam Warner --- docs/index.md | 2 +- mkdocs.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 37b31e1..176e46f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ - Pi-hole FTL : [pi-hole/FTL](https://github.com/pi-hole/FTL) ### Forums -- [Pi-hole Discourse](https://discourse.pi-hole.net) +- Discourse: [Pi-hole Userspace](https://discourse.pi-hole.net) - Reddit : [/r/pihole](https://reddit.com/r/pihole) ### Social Media diff --git a/mkdocs.yml b/mkdocs.yml index a10b94a..31b6046 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,6 @@ site_name: "Pi-hole documentation" site_url: https://pi-hole.github.io/docs/ +site_favicon: images/favicon.png copyright: 'Copyright © 2017 Pi-hole LLC' repo_name: pi-hole/docs repo_url: https://github.com/pi-hole/docs