2017-09-22 09:46:39 +00:00
|
|
|
<section id="two" class="wrapper alt style2">
|
|
|
|
|
2017-09-24 17:58:01 +00:00
|
|
|
{% for post in site.categories.values %}
|
2017-09-22 09:46:39 +00:00
|
|
|
|
2017-09-23 22:54:08 +00:00
|
|
|
<section class="spotlight">
|
|
|
|
<div class="image">{% if post.image %}<img src="{% if site.featured-image-source %}{{ post.image | prepend: site.featured-image-source | absolute_url }}{% else %}{{ "" | absolute_url }}/assets/images/{{ post.image }}{% endif %}" alt="" />{% endif %}</div>
|
|
|
|
<div class="content">
|
|
|
|
<h2><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h2>
|
|
|
|
<p>{{ post.description }}</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
2017-09-24 17:58:01 +00:00
|
|
|
{% endfor %}
|
2017-09-22 09:46:39 +00:00
|
|
|
|
|
|
|
</section>
|