summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/sections/head/meta.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/git-wiki/sections/head/meta.html')
-rw-r--r--_includes/git-wiki/sections/head/meta.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/_includes/git-wiki/sections/head/meta.html b/_includes/git-wiki/sections/head/meta.html
new file mode 100644
index 0000000..bfae3da
--- /dev/null
+++ b/_includes/git-wiki/sections/head/meta.html
@@ -0,0 +1,13 @@
+{% if site.inc_before_meta %}
+{% include {{ site.inc_before_meta }} %}
+{% endif %}
+
+<meta charset="utf-8">
+<meta http-equiv="X-UA-Compatible" content="chrome=1">
+<meta name="viewport" content="width=device-width">
+
+{% seo %}
+
+{% if site.inc_after_meta %}
+{% include {{ site.inc_after_meta }} %}
+{% endif %} \ No newline at end of file