We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 290b922 + 2ebeaae commit b5bc405Copy full SHA for b5bc405
1 file changed
_includes/meta.html
@@ -0,0 +1,7 @@
1
+<meta name="viewport" content="width=device-width, initial-scale=1">
2
+<meta charset="utf-8">
3
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+<meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none'">
5
+
6
+<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
7
+{% include favicon.html %}
0 commit comments