Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 441 Bytes

File metadata and controls

15 lines (12 loc) · 441 Bytes
layout for-readme
title

{% assign basics = site.basics | sort: 'sort_order' %} {% assign non_header_basics = basics | where_exp:'item', 'item.header_exclude != null' %}

{% for basic in non_header_basics %}

{{ basic.title }}

{{ basic.content }} {% endfor %}