mirror of
https://github.com/codeninjasuk/codeninjasuk.github.io.git
synced 2024-11-22 15:28:09 -05: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 -%}
|