Skip to content
Snippets Groups Projects
Commit 8b309c68 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

pipe

parent 37df4b35
No related branches found
No related tags found
No related merge requests found
Pipeline #21475 passed
......@@ -3,7 +3,7 @@
{% assign c_title = '' -%}
{% for cat in site.categories -%}
{% if cat.tag == pcat -%}
{% assign c_title = cat.plural -%} |
{% assign c_title = cat.plural -%}
{% endif -%}
{% endfor -%}
{% if c_title and c_title != '' -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment