diff --git a/website/src/_data/mydata.json b/website/src/_data/mydata.json
index 179f074..728599c 100644
--- a/website/src/_data/mydata.json
+++ b/website/src/_data/mydata.json
@@ -1,12 +1,29 @@
[
{
- "title": "James Midzi",
- "description": "A site to showcase Eleventy features by building a site.",
- "keywords": "eleventy, 11ty, css, ssg"
+ "title": "Really cool stuff",
+ "description": "Doesn't get much cooler than this.",
+ "keywords": "stuff, things"
},
{
- "title": "Yolo",
- "description": "description 2.",
- "keywords": "eleventy"
+ "title": "Funky thang",
+ "description": "You know, stuff and things.",
+ "keywords": "things, thangs"
+ },
+ {
+ "title": "Funky thang",
+ "description": "You know, stuff and other things.",
+ "keywords": ""
+ }
+ ,
+ {
+ "title": "Another funky thang",
+ "description": "You know, stuff and different things.",
+ "keywords": "yolo"
+ }
+ ,
+ {
+ "title": "Yet one more funky thang",
+ "description": "You know, stuff and whatever.",
+ "keywords": "sup?"
}
]
\ No newline at end of file
diff --git a/website/src/_includes/partials/_header.njk b/website/src/_includes/partials/_header.njk
index ea3ec03..c2f9cc7 100644
--- a/website/src/_includes/partials/_header.njk
+++ b/website/src/_includes/partials/_header.njk
@@ -1,13 +1,15 @@
-
-