Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 531 Bytes

File metadata and controls

37 lines (29 loc) · 531 Bytes
title Tom testing YAML

Testing loading data from YAML file

List

Table

{% for row in site.data.test %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %}
{% tablerow pair in row %}
  {{ pair[1] }}
{% endtablerow %}

{% endfor %}

{{ pair[0] }}