hacks-guide-minimal-mistake.../_pages/portfolio-archive.html

16 lines
388 B
HTML
Raw Normal View History

2016-03-07 04:08:13 +01:00
---
layout: archive
title: "Portfolio"
permalink: /portfolio/
---
2016-03-07 15:51:50 +01:00
2016-03-07 04:08:13 +01:00
{% include absolute-url.liquid %}
{% include group-by-array.html collection=site.portfolio field='categories' %}
{% for category in group_names %}
{% assign posts = group_items[forloop.index0] %}
<h3>{{ category }}</h3>
{% for post in posts %}
{% include archive-list-single.html %}
{% endfor %}
{% endfor %}