Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 349 Bytes

File metadata and controls

19 lines (16 loc) · 349 Bytes
layout default
title Not Awesome Shoes

{% if page.title == 'Awesome Shoes' %} These shoes are awesome! {% endif %}

{% unless page.title == 'Awesome Shoes' %} These shoes are not awesome. {% endunless %}

{% assign numbers = '1 2 3 4' | split: ' ' %} {% tablerow number in numbers %} {{ number }} {% endtablerow %}