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

pipe

parent ccfd8b40
No related branches found
No related tags found
No related merge requests found
Pipeline #21428 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
{% assign c_title = '' -%} {% assign c_title = '' -%}
{% for cat in site.categories -%} {% for cat in site.categories -%}
{% if cat.tag == pcat -%} {% if cat.tag == pcat -%}
{% assign c_title = cat.plural -%} {% assign c_title = cat.plural -%} |
{% endif -%} {% endif -%}
{% endfor -%} {% endfor -%}
{% if c_title and c_title != '' -%} {% 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