summaryrefslogtreecommitdiff
path: root/_includes/head.liquid
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-06-02 23:42:45 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-06-02 23:42:45 -0400
commitca999deb0fdaf2592760e28f540554299e420bd3 (patch)
tree4271e3d408b0f3e1ac5ef1d45359eb3fe37c688e /_includes/head.liquid
parente8ab11225a306225d2be16c4464e68a4ad464918 (diff)
downloadcarpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.tar.xz
carpentertutoring-ca999deb0fdaf2592760e28f540554299e420bd3.zip
good layout for content data; rebuild nearly complete
Diffstat (limited to '_includes/head.liquid')
-rw-r--r--_includes/head.liquid11
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/head.liquid b/_includes/head.liquid
new file mode 100644
index 0000000..a1a082e
--- /dev/null
+++ b/_includes/head.liquid
@@ -0,0 +1,11 @@
+<meta charset="utf-8" />
+<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+<meta name="viewport" content="width=device-width, initial-scale=1" />
+<meta property="og:type" content="website" />
+<meta property="og:site_name" content="Carpenter Tutoring" />
+<meta property="og:title" content="Carpenter Tutoring" />
+<meta property="og:description" content="" />
+<meta property="og:url" content="" />
+<meta property="og:image" content="" />
+<title>{{ page.title }}</title>
+<link rel="stylesheet" href="index.css" />