Fix liquid error

This commit is contained in:
Rico Sta. Cruz 2017-08-29 04:12:16 +08:00
parent a5af5d936c
commit d9c8e5e7d2
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
2 changed files with 11 additions and 7 deletions

View File

@ -18,8 +18,10 @@ type: website
Hey! I'm <a href='https://ricostacruz.com'>@rstacruz</a> and this is a
modest collection of cheatsheets I've written.
</p>
<form data-js-search-form class='search-box search'>
<input type='text' placeholder='Search...' autofocus data-js-search-input>
<form data-js-search-form class='search'>
<label class='search-box'>
<input type='text' placeholder='Search...' autofocus data-js-search-input>
</label>
</form>
</div>
@ -35,10 +37,12 @@ type: website
</h2>
{% 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 %}

View File

@ -2,7 +2,7 @@
title: Licenses
section: Development
layout: 2017/sheet
updated: 2017/08
updated: 201708
---
## Licenses