Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 375 Bytes

File metadata and controls

20 lines (19 loc) · 375 Bytes
layout page
title Kompendium wiedzy
{% if site.posts[0] %}
    {% for post in site.posts %} {% if post.categories contains "Solutions" %}
  • {{ post.title }}
  • {% endif %} {% endfor %}
{% endif %}