We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9e80b commit 0a06485Copy full SHA for 0a06485
templates/base.html
@@ -5,8 +5,7 @@
5
<meta charset='utf-8'>
6
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
7
8
- <title>{% block title %}Auctions{% endblock %}</title>
9
-
+
10
<link rel='icon' type='image/x-icon' href='{% static "images/favicon.ico" %}'>
11
12
<!-- Icons -->
@@ -18,6 +17,9 @@
18
17
19
<!-- Custom styles -->
20
<link href='{% static "css/styles.css" %}' rel='stylesheet'>
21
+ <title>{% block title %}Auctions{% endblock %}</title>
22
23
</head>
24
25
<body id='page-top'>
0 commit comments