Correct favicon code

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2018-05-01 14:29:44 +02:00
parent 867d5cc57c
commit 65f1c571e0
2 changed files with 3 additions and 2 deletions

BIN
docs/images/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -1,9 +1,10 @@
site_name: "Pi-hole documentation" site_name: "Pi-hole documentation"
site_url: https://pi-hole.github.io/docs/ site_url: https://pi-hole.github.io/docs/
site_favicon: images/favicon.png
copyright: 'Copyright &copy; 2018 Pi-hole LLC' copyright: 'Copyright &copy; 2018 Pi-hole LLC'
remote_branch: gh-pages remote_branch: gh-pages
theme: material theme:
name: 'material'
favicon: 'images/favicon.png'
markdown_extensions: markdown_extensions:
- codehilite(guess_lang=true) - codehilite(guess_lang=true)
- toc(permalink=true) - toc(permalink=true)