倒腾Pelican - Favicon not recognized
1. In ‘pelicanconf.py’ , set
USE_SHORTCUT_ICONS = True |
with
<link rel="shortcut icon" href="{{ SITEURL }}/images/favicon.ico" type="image/x-icon" type="image/png" /> |
since your favicon will be copied into path output/images/
instead of output/theme/images/
See also the issue #159 of Pelican theme on Github
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment