diff --git a/_layouts/home.html b/_layouts/home.html
index bcfec4ca4..9d576356d 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -11,12 +11,10 @@ html_class: home
{% for page in site.pages %}
{% if page.category == category %}
- {% if page.type == article %}
-
- {{ page.title }}
- {{ page.url | remove: '.html' | remove: '/' }}
-
- {% endif %}
+
+ {{ page.title }}
+ {{ page.url | remove: '.html' | remove: '/' }}
+
{% endif %}
{% endfor %}
diff --git a/_sass/2017/components/side-ad.scss b/_sass/2017/components/side-ad.scss
index 47915a68f..84138e886 100644
--- a/_sass/2017/components/side-ad.scss
+++ b/_sass/2017/components/side-ad.scss
@@ -6,8 +6,8 @@
position: absolute;
right: 32px;
top: 80px;
-
width: 130px;
+ text-align: right;
.carbon-img {
margin-bottom: 16px;
diff --git a/index.md b/index.md
index 47b169f7d..716c5b115 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
---
full_title: "Cheatsheets — for web development and more"
description: "A collection of cheatsheets I've written."
-layout: home
+layout: 2017/home
type: website
---