diff --git a/_layouts/2017/home.html b/_layouts/2017/home.html index 54b833502..2e49145ad 100644 --- a/_layouts/2017/home.html +++ b/_layouts/2017/home.html @@ -18,8 +18,10 @@ type: website Hey! I'm @rstacruz and this is a modest collection of cheatsheets I've written.
- @@ -35,10 +37,12 @@ type: website {% for page in site.pages %} - {% if page.updated >= site.last_updated %} - {% unless page.tags contains 'Featured' %} - {% include 2017/pages-list-item.html page=page class='article item' %} - {% endunless %} + {% if page.updated %} + {% if page.updated >= site.last_updated %} + {% unless page.tags contains 'Featured' %} + {% include 2017/pages-list-item.html page=page class='article item' %} + {% endunless %} + {% endif %} {% endif %} {% endfor %} diff --git a/licenses.md b/licenses.md index 8a03c9dac..0879bf5f9 100644 --- a/licenses.md +++ b/licenses.md @@ -2,7 +2,7 @@ title: Licenses section: Development layout: 2017/sheet -updated: 2017/08 +updated: 201708 --- ## Licenses