Skip to content

Commit 7bb11f3

Browse files
authored
Merge pull request #25 from Slavetomints/add/favicon implements #22
Add a favicon to the site
2 parents a41e60a + c6963d7 commit 7bb11f3

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

_includes/head.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33

4-
<head>
5-
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<link rel="stylesheet" href="{{ "/assets/css/nyx.css" | relative_url }}">
8-
<title>{{ site.title }}</title>
9-
</head>
4+
{% include head.html %}
105

116
<body>
127
{% include header.html %}

assets/img/favicons/favicon.png

19.2 KB
Loading

0 commit comments

Comments
 (0)