| layout | default |
|---|---|
| image_header | /img/about.jpg |
| summary | Foo |
| title | About Me |
| permalink | /about/ |
{% for card in site.data.about %} {% capture cyc %}{% cycle 'odd', 'even' %}{% endcapture %} {% if cyc == 'even' %}
{{ card.desc }}
{% else %}{{ card.desc }}
{% endif %} {% endfor %}