summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/head.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..a8d0d14
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,6 @@
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta http-equiv="X-UA-Compatible" content="ie=edge">
+<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative.url }}">
+<title>{{ page.title | default: site.title }}</title>
+{% seo %}