add favicon to the base template
This commit is contained in:
parent
97efff591c
commit
d9eac91878
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="{{ get_url(path="css/general-style.css") }}"/>
|
||||
<link rel="stylesheet" href="{{ get_url(path="css/navbar.css") }}"/>
|
||||
<link rel="icon" type="image/png" href="{{ get_url(path="images/favicon.png") }}"/>
|
||||
{% block head %} {% endblock %}
|
||||
</head>
|
||||
<body class="base-body">
|
||||
|
|
Loading…
Reference in a new issue