Skip to content

Commit 4f1bead

Browse files
committed
added layout so it controls the styling
1 parent 5f294c5 commit 4f1bead

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 }} | {{ site.title }}</title>
7+
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
8+
</head>
9+
10+
<body>
11+
<main>
12+
{{ content }}
13+
</main>
14+
</body>
15+
16+
</html>

0 commit comments

Comments
 (0)