diff --git a/src/_layouts/page.njk b/src/_layouts/page.njk
index 90a8f53..466bdad 100644
--- a/src/_layouts/page.njk
+++ b/src/_layouts/page.njk
@@ -2,9 +2,10 @@
layout: base
---
-
-
-
{{ title }}
- {{ content | safe }}
-
+
+ {{ title }}
+ {{ content | safe }}
diff --git a/src/pages/blog.md b/src/pages/blog.md
index aa0740d..4bb1a01 100644
--- a/src/pages/blog.md
+++ b/src/pages/blog.md
@@ -2,5 +2,11 @@
title: Blog
description: 'All blog posts can be found here'
layout: blog
-permalink: /blog/index.html
+pagination:
+ data: collections.posts
+ size: 6
+permalink: 'blog/page-{{ pagination.pageNumber }}/index.html'
+redirectFrom: ['/blog/', '/blog/page-0/']
---
+
+This blog has a pagination of {{ pagination.size }} posts per page.
diff --git a/src/pages/built-with.njk b/src/pages/built-with.njk
index 890ef5b..859a866 100644
--- a/src/pages/built-with.njk
+++ b/src/pages/built-with.njk
@@ -3,27 +3,36 @@ title: Built with
permalink: /built-with/index.html
description: Websites built with this starter
layout: page
+grid:
+ sizes: "(max-width: 615px) 50vw, 100vw"
+ widths: [400, 520]
---
-
- A list of sites based on / built with Eleventy Excellent. Add your site by submitting a
- pull request! :)
-
+A list of Add your site by submitting a pull request! :)
-
-
- {% for site in builtwith | reverse %}
+
+ {% include 'svg/divider-soft-top.svg' %}
- -
- {% imagePlaceholder site.screenshot, "Screenshot of {{ site.name }}" %}
+
+ {% endfor %}
+
+
+
+ {% include 'svg/divider-soft-bottom.svg' %}
+