summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottj <jones.scott0391@gmail.com>2021-08-21 13:52:20 -0700
committerscottj <jones.scott0391@gmail.com>2021-08-21 13:52:20 -0700
commit80d61c5d90fd8d10a7e061bd8ac970e6441d06fc (patch)
tree49a971aa148bf330c11a295c77f2e1db106c5458
parentad9d02d108d0d20c4a5df90d3f88c79ab4a52e8d (diff)
updated head to contain necessary meta info
-rw-r--r--about.html6
-rw-r--r--banana-muffins.md.html6
-rw-r--r--index.html6
-rw-r--r--maple-bread.md.html6
-rw-r--r--partials/head.html.erb6
-rw-r--r--recipes.html6
6 files changed, 36 insertions, 0 deletions
diff --git a/about.html b/about.html
index d53022a..4dcb5d0 100644
--- a/about.html
+++ b/about.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="Vegan Recipes">
+ <meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
+ <meta name="author" content="Scott Jones">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantry of Plants</title>
<link rel="stylesheet" href="style/style.css">
<script src="scripts/image-slide.js" defer></script>
diff --git a/banana-muffins.md.html b/banana-muffins.md.html
index 9319fb2..b0f851f 100644
--- a/banana-muffins.md.html
+++ b/banana-muffins.md.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="Vegan Recipes">
+ <meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
+ <meta name="author" content="Scott Jones">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantry of Plants</title>
<link rel="stylesheet" href="style/style.css">
<script src="scripts/image-slide.js" defer></script>
diff --git a/index.html b/index.html
index 942e777..fe8ce2f 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="Vegan Recipes">
+ <meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
+ <meta name="author" content="Scott Jones">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantry of Plants</title>
<link rel="stylesheet" href="style/style.css">
<script src="scripts/image-slide.js" defer></script>
diff --git a/maple-bread.md.html b/maple-bread.md.html
index 0b82d8c..e530cb1 100644
--- a/maple-bread.md.html
+++ b/maple-bread.md.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="Vegan Recipes">
+ <meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
+ <meta name="author" content="Scott Jones">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantry of Plants</title>
<link rel="stylesheet" href="style/style.css">
<script src="scripts/image-slide.js" defer></script>
diff --git a/partials/head.html.erb b/partials/head.html.erb
index 8d4f1d3..c8196f3 100644
--- a/partials/head.html.erb
+++ b/partials/head.html.erb
@@ -1,4 +1,10 @@
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="Vegan Recipes">
+ <meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
+ <meta name="author" content="Scott Jones">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantry of Plants</title>
<link rel="stylesheet" href="style/style.css">
<script src="scripts/image-slide.js" defer></script>
diff --git a/recipes.html b/recipes.html
index 573d390..7ddde56 100644
--- a/recipes.html
+++ b/recipes.html
@@ -1,6 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width">
+ <meta name="description" content="Vegan Recipes">
+ <meta name="keywords" content="vegan, recipes, baking, cooking, animal rights">
+ <meta name="author" content="Scott Jones">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pantry of Plants</title>
<link rel="stylesheet" href="style/style.css">
<script src="scripts/image-slide.js" defer></script>