Add favicon.

This commit is contained in:
Alexandre Vicenzi 2015-07-20 02:04:44 -03:00
parent c6255cf531
commit f1a8629ade
2 changed files with 7 additions and 1 deletions

View file

@ -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" />