Skip to content

Commit bbaf4f3

Browse files
Update default.html
1 parent 6c79b83 commit bbaf4f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<title>{{ page.title }} | {{ site.title }}</title>
99
<meta name="description" content="{{ page.description }}" />
10-
<base href="{{ site.baseurl }}/" />
10+
<base href="/" />
1111
<link rel="stylesheet" href="assets/css/style.css" />
1212
<link rel=apple-touch-icon href="assets/img/icon-180x180.png" />
1313
<link rel=icon type=image/png sizes=32x32 href="assets/img/icon-32x32.png" />
@@ -122,4 +122,4 @@ <h1>{{ page.title }}</h1>
122122
});
123123
</script>
124124
</body>
125-
</html>
125+
</html>

0 commit comments

Comments
 (0)