Skip to content

Commit 2eee3ac

Browse files
committed
Add favicon.ico + explicit reference
1 parent 9283d94 commit 2eee3ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_layouts/base.html.twig

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<title>Document</title>
7+
<title>{% spaceless %}{% block title %}Associated Students Annual Report 2016-2017{% endblock %}{% endspaceless %}</title>
8+
9+
<link rel="shortcut icon"
10+
href="{{ url('favicon.ico') }}">
811

912
{% block stylesheets %}{% endblock %}
1013
<link rel="stylesheet"

favicon.ico

32.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)