Fixed favicon regression caused by deprecation upstream

This commit is contained in:
squidfunk
2017-11-01 12:04:22 +01:00
committed by Martin Donath
parent 72121517e6
commit f4dddaeeee
7 changed files with 20 additions and 21 deletions

View File

@@ -343,6 +343,16 @@ extra:
[17]: https://lunrjs.com
[18]: https://github.com/MihaiValentin/lunr-languages
### Favicon
The default favicon can be changed by setting the `favicon` variable to an
`.ico` or image file:
``` yaml
theme:
favicon: 'images/favicon.ico'
```
### Features
#### Tabs
@@ -360,15 +370,6 @@ theme:
## Customization
### Adding a favicon
A favicon can be added by setting the `site_favicon` variable to an `.ico` or
image file:
``` yaml
site_favicon: 'images/favicon.ico'
```
### Adding a source repository
To include a link to the repository of your project within your documentation,