Add favicon
This commit is contained in:
parent
191b946a73
commit
e6f7239c14
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{% load static wagtailcore_tags wagtailuserbar %}
|
||||
{% load static wagtailcore_tags wagtailuserbar wagtailimages_tags %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
@ -30,6 +30,9 @@
|
|||
rel="stylesheet" />
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'css/lps.css' %}">
|
||||
{% block extra_css %}{# Override this in templates to add extra stylesheets #}{% endblock %}
|
||||
|
||||
{% image settings.base.SiteSettings.icon fill-32x32 format-png as favicon %}
|
||||
<link rel="icon" href="{{ favicon.url }}">
|
||||
</head>
|
||||
<body>
|
||||
{% wagtailuserbar %}
|
||||
|
|
Reference in a new issue