Adicionando suporte a escolher um formato de favicon
This commit is contained in:
@ -94,6 +94,9 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endblock twitter_card %}
|
||||
{% if FAVICON %}
|
||||
<link rel="icon" href="/{{FAVICON}}">
|
||||
{% endif %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user