diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 485e0d3..2fd92bf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,7 @@ <link rel="stylesheet" href="{% static "fonts/raleway/raleway.css" %}" type="text/css" /> <link rel="stylesheet" href="{% static "fonts/font_awesome/all.min.css" %}" type="text/css" /> <link rel="manifest" href="/manifest.json" /> + <link rel="shortcut icon" href="{{ config.site_icon }}"> <script src="{% static "js/hyperscript.min.js" %}"></script> <script src="{% static "js/htmx.min.js" %}"></script> <style> |