We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a41e60a + c6963d7 commit 7bb11f3Copy full SHA for 7bb11f3
3 files changed
_includes/head.html
@@ -0,0 +1,7 @@
1
+<head>
2
+ <meta charset="UTF-8">
3
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
4
+ <link rel="stylesheet" href="{{ "/assets/css/nyx.css" | relative_url }}">
5
+ <link rel="icon" type="image/x-icon" href="/assets/img/favicons/favicon.png">
6
+ <title>{{ site.title }}</title>
7
+</head>
_layouts/default.html
@@ -1,12 +1,7 @@
<!DOCTYPE html>
<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="{{ "/assets/css/nyx.css" | relative_url }}">
8
- <title>{{ site.title }}</title>
9
-</head>
+{% include head.html %}
10
11
<body>
12
{% include header.html %}
assets/img/favicons/favicon.png
19.2 KB
0 commit comments