mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-26 18:30:28 +00:00
5 lines
175 B
HTML
5 lines
175 B
HTML
{% assign posts = site.categories[include.taxonomy] | where_exp: "post", "post.hidden != true" %}
|
|
{%- for post in posts -%}
|
|
{% include archive-single.html %}
|
|
{%- endfor -%}
|