Skip to content

Commit cc58631

Browse files
committed
declaring everything globally
1 parent 3cd501f commit cc58631

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

_layouts/default.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>{{ page.title }}</title>
7+
<link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
8+
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico" type="image/x-icon">
9+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
10+
</head>
11+
12+
<body>
13+
{{ content }}
14+
</body>
15+
16+
</html>

0 commit comments

Comments
 (0)