diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-06-26 17:22:38 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-06-26 17:22:38 -0400 |
commit | 27f1e57bfbadbb3557d7649567e49a1e89927012 (patch) | |
tree | 1bd6e7bbc936ac00098c877489cda54ce3da3927 /_includes/head.liquid | |
parent | 4b174be0ce1412a810996103147f99ecdba11ce2 (diff) | |
download | carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.tar.xz carpentertutoring-27f1e57bfbadbb3557d7649567e49a1e89927012.zip |
working on new pricing table and blogging system
Diffstat (limited to '_includes/head.liquid')
-rw-r--r-- | _includes/head.liquid | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/_includes/head.liquid b/_includes/head.liquid deleted file mode 100644 index 17245e8..0000000 --- a/_includes/head.liquid +++ /dev/null @@ -1,10 +0,0 @@ -<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="" /> -<link rel="stylesheet" href="index.css" /> |