| layout | archive | ||
|---|---|---|---|
| title | Examples | ||
| date | 2019-01-23 21:34:40 +0000 | ||
| modified | 2019-01-23 21:34:40 +0000 | ||
| excerpt | A selection of projects using TwoTone and open data. | ||
| tags | |||
| image |
|
{% for post in site.categories.examples %}
{% if post.featured %}
{% include post-grid.html %}
{% endif %}
{% endfor %}
{% for post in site.categories.examples %}
{% unless post.featured %}
{% include post-list.html %}
{% endunless %}
{% endfor %}