summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2020-01-13 00:31:02 -0600
committerDanny Holman <dholman@gymli.org>2020-01-13 00:31:02 -0600
commit58ed6fdd28dcbc65f6e56b92d9b3024091fedabf (patch)
tree6846e9f734ceb20dc556d9363de424fb75a5e518 /_includes
parentc7ae950651f4e4be52af5acd62afdd367df5c11f (diff)
Override theme head information
Override the theme's default head include such that Google related tracking URLs are not used. This is done for the privacy of the site user.
Diffstat (limited to '_includes')
-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 %}