Skip to content

Commit 0a06485

Browse files
Code refactoring
1 parent bc9e80b commit 0a06485

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/base.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<meta charset='utf-8'>
66
<meta name='viewport' content='width=device-width, initial-scale=1, shrink-to-fit=no'>
77

8-
<title>{% block title %}Auctions{% endblock %}</title>
9-
8+
109
<link rel='icon' type='image/x-icon' href='{% static "images/favicon.ico" %}'>
1110

1211
<!-- Icons -->
@@ -18,6 +17,9 @@
1817

1918
<!-- Custom styles -->
2019
<link href='{% static "css/styles.css" %}' rel='stylesheet'>
20+
21+
<title>{% block title %}Auctions{% endblock %}</title>
22+
2123
</head>
2224

2325
<body id='page-top'>

0 commit comments

Comments
 (0)