Skip to content

Commit 1a95017

Browse files
authored
Bug/add head tags (#17) (#18)
* added header tag * added title
1 parent 749b9a8 commit 1a95017

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/_includes/head.njk

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
<!DOCTYPE html>
12
<head>
2-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/terminal.min.css"/>
3+
<meta charset="UTF-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
36
<link rel="stylesheet" href="/prism.css">
47
<link rel="stylesheet" href="/style.css"/>
8+
<title>mrnazir.dev</title>
9+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/terminal.min.css"/>
510
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
6-
<title>{{ title }}</title>
711
</head>

0 commit comments

Comments
 (0)