Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 846 Bytes

File metadata and controls

37 lines (33 loc) · 846 Bytes
layout default
image_header /img/about.jpg
summary Foo
title About Me
permalink /about/

{{ page.title }}

{% for card in site.data.about %} {% capture cyc %}{% cycle 'odd', 'even' %}{% endcapture %} {% if cyc == 'even' %}

{{ card.desc }}

{% else %}

{{ card.desc }}

{% endif %} {% endfor %}