From 8b309c68550a9e047bfdc6669c7524d73920a61f Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Mon, 15 Apr 2024 20:07:05 +0200 Subject: [PATCH] pipe --- _includes/post-meta-top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post-meta-top.html b/_includes/post-meta-top.html index 9699d4ff..f534bb75 100644 --- a/_includes/post-meta-top.html +++ b/_includes/post-meta-top.html @@ -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 != '' -%} -- GitLab