@@ -13,6 +13,9 @@
+
@@ -63,6 +66,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/src/site/generators/eleventy.md b/src/site/generators/eleventy.md
index dfb5b3377..2d7716b07 100644
--- a/src/site/generators/eleventy.md
+++ b/src/site/generators/eleventy.md
@@ -18,7 +18,7 @@ templates:
- HTML
- Markdown
description: A simpler static site generator
-startertemplaterepo: https://github.com/11ty/eleventy-base-blog
+startertemplaterepo: https://github.com/netlify-templates/eleventy-blog-starter
twitter: eleven_ty
---
diff --git a/src/site/generators/jekyll.md b/src/site/generators/jekyll.md
index 67ac5d8d6..d71cbfe32 100644
--- a/src/site/generators/jekyll.md
+++ b/src/site/generators/jekyll.md
@@ -10,7 +10,6 @@ templates:
- Liquid
description: A simple, blog-aware, static site generator.
twitter: jekyllrb
-startertemplaterepo: https://github.com/netlify-templates/jekyll-base
---
Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind [GitHub Pages](https://pages.github.com), which you can use to host sites right from your GitHub repositories.