Add favicon

This commit is contained in:
Edgar P. Burkhart 2024-06-12 19:11:41 +02:00
parent 191b946a73
commit e6f7239c14
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% load static wagtailcore_tags wagtailuserbar %} {% load static wagtailcore_tags wagtailuserbar wagtailimages_tags %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
@ -30,6 +30,9 @@
rel="stylesheet" /> rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="{% static 'css/lps.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'css/lps.css' %}">
{% block extra_css %}{# Override this in templates to add extra stylesheets #}{% endblock %} {% 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> </head>
<body> <body>
{% wagtailuserbar %} {% wagtailuserbar %}