We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd501f commit cc58631Copy full SHA for cc58631
1 file changed
_layouts/default.html
@@ -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