Skip to content

Commit ae905b7

Browse files
Code refactoring
1 parent e0b9c79 commit ae905b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7-
<title>Portfolio Website</title>
8-
7+
98
<!-- Favicon -->
109
<link rel="icon" type="image/x-icon" href="{% static 'images/favicon.ico' %}">
1110

1211
<!-- Custom CSS -->
1312
<link href="{% static 'css/styles.css' %}" rel="stylesheet">
13+
14+
<title>Portfolio Website</title>
1415

1516
</head>
1617
<body>

0 commit comments

Comments
 (0)