Commit 1d4599b0 by Tyler Hallada Committed by GitHub

Add favicon and link to it in base template (#705)

parent 0c9cda53
......@@ -13,6 +13,7 @@ Base template pages.
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" type="image/png" href="{{STATIC_URL}}/images/favicon.ico"/>
<title>{% block title %}| {% settings_value 'FULL_APPLICATION_NAME' %}{% endblock title %}</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment