From 8afea14d789d1d6818286d82e49bf3718793388e Mon Sep 17 00:00:00 2001 From: Enrico Daga Date: Sun, 12 May 2024 12:05:51 +0100 Subject: [PATCH] Removed parentheses --- _layouts/wp.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_layouts/wp.html b/_layouts/wp.html index 68843e67..c94c6c8d 100644 --- a/_layouts/wp.html +++ b/_layouts/wp.html @@ -21,8 +21,7 @@

Related components:

{% for component in components %} {% if component.type contains "Story" %} {% if component.name %} -
  • {{ component.name }} - ({{component.persona}})
  • +
  • {{ component.name }}
  • {% else %} {% assign fakename = component.id | split: '_' | last %}
  • {{ fakename }}