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 e0b9c79 commit ae905b7Copy full SHA for ae905b7
templates/index.html
@@ -4,13 +4,14 @@
4
<head>
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <title>Portfolio Website</title>
8
-
+
9
<!-- Favicon -->
10
<link rel="icon" type="image/x-icon" href="{% static 'images/favicon.ico' %}">
11
12
<!-- Custom CSS -->
13
<link href="{% static 'css/styles.css' %}" rel="stylesheet">
14
+ <title>Portfolio Website</title>
15
16
</head>
17
<body>
0 commit comments