feat: Setting for enabling animated favicon
This commit is contained in:
@ -9,8 +9,11 @@
|
||||
<link href="{{ get_url(path='style.css') }}" rel="stylesheet" />
|
||||
<link href="{{ get_url(path='custom.css') }}" rel="stylesheet" />
|
||||
|
||||
{% if config.extra.animated_favicon %}
|
||||
<link rel="icon" type="image/gif" href="{{ config.base_url }}/favicon.gif" />
|
||||
{% else %}
|
||||
<link rel="icon" type="image/png" href="{{ config.base_url }}/favicon.png" />
|
||||
{% endif %}
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ config.base_url }}/apple-touch-icon.png" />
|
||||
<link rel="me" href="https://{{ config.extra.comments.host }}/@{{ config.extra.comments.user }}" />
|
||||
|
||||
|
Reference in New Issue
Block a user