mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Add EXTRA_FAVICON option
http://realfavicongenerator.net/faq#why_so_many_files
This commit is contained in:
parent
3b78ae2e47
commit
910441751f
3 changed files with 12 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Pelican [documentation](http://docs.getpelican.com/en/latest/)
|
|||
|
||||
| Config | Type | Description |
|
||||
| ------------------------- | ---------- | ------------------------- |
|
||||
| EXTRA_FAVICON [^1] | BOOL | Extra favicons |
|
||||
| LICENSE_NAME | TEXT | License (footer) |
|
||||
| LICENSE_URL | URL | - |
|
||||
| MENU_ITEMS | DICT | Menu items |
|
||||
|
|
@ -56,3 +57,6 @@ An RSS icon will also appear on the nav if `FEED_ATOM` or `FEED_RSS` is set.
|
|||
## License
|
||||
|
||||
MIT
|
||||
|
||||
|
||||
[^1]: http://realfavicongenerator.net/faq#why_so_many_files "Why so many files?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue