From d9c8e5e7d227e8dbc5e851463a2c9f595333944e Mon Sep 17 00:00:00 2001
From: "Rico Sta. Cruz"
Date: Tue, 29 Aug 2017 04:12:16 +0800
Subject: [PATCH] Fix liquid error
---
_layouts/2017/home.html | 16 ++++++++++------
licenses.md | 2 +-
2 files changed, 11 insertions(+), 7 deletions(-)
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