mirror of
https://github.com/codeninjasuk/codeninjasuk.github.io.git
synced 2024-11-22 23:38:01 -05:00
6 lines
156 B
HTML
6 lines
156 B
HTML
|
{%- for post in site.categories[include.taxonomy] -%}
|
||
|
{%- unless post.hidden -%}
|
||
|
{% include archive-single.html %}
|
||
|
{%- endunless -%}
|
||
|
{%- endfor -%}
|