mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-05-04 15:25:25 -04:00
5 lines
156 B
HTML
5 lines
156 B
HTML
{%- for post in site.categories[include.taxonomy] -%}
|
|
{%- unless post.hidden -%}
|
|
{% include archive-single.html %}
|
|
{%- endunless -%}
|
|
{%- endfor -%}
|