Add favicon.
This commit is contained in:
parent
c6255cf531
commit
f1a8629ade
2 changed files with 7 additions and 1 deletions
|
@ -16,6 +16,10 @@
|
|||
{% if FEED_ALL_RSS %}
|
||||
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_RSS }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} RSS">
|
||||
{% endif %}
|
||||
{% if FAVICON %}
|
||||
<link rel="shortcut icon" href="{{ FAVICON }}" type="image/x-icon">
|
||||
<link rel="icon" href="{{ FAVICON }}" type="image/x-icon">
|
||||
{% endif %}
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue