Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 607 Bytes

portfolio.md

File metadata and controls

28 lines (28 loc) · 607 Bytes
layout title subtitle
page
Portfolio
Click a project to learn more about it!
{% assign postsCategory = site.posts | group_by_exp:"post", "post.categories" %} {% for category in postsCategory %}

{% if category.name %} - - - - - {{ category.name }} - - - - - {% else %} {{ Print }} {% endif %}

    {% for post in category.items %}
  • {{ post.title }}
  • {% endfor %}
{% endfor %}