Skip to content

Commit 5d6e2b3

Browse files
committed
Fixing paths
1 parent 050520e commit 5d6e2b3

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include:
2-
- "assets/images/favicon.ico"
2+
- "/assets/images/favicon.ico"
33

44
theme: jekyll-theme-minimal
5-
logo: "favicon.png"
5+
logo: "/assets/images/favicon.png"
66
title: "Find my next course - by Inference"
77
description: "A web application designed to help students explore KTH’s course offerings."

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7+
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/favicon.png">
88

99
{% seo %}
1010
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">

0 commit comments

Comments
 (0)