Skip to content

Commit

Permalink
Removed parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed May 12, 2024
1 parent 613f296 commit 8afea14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/wp.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ <h2>Related components:</h2>
{% for component in components %}
{% if component.type contains "Story" %}
{% if component.name %}
<li><a href="{{ component.url | relative_url }}">{{ component.name }}</a>
({{component.persona}})</li>
<li><a href="{{ component.url | relative_url }}">{{ component.name }}</a></li>
{% else %}
{% assign fakename = component.id | split: '_' | last %}
<li><a href="{{ component.url | relative_url }}">{{ fakename }}</a></li>
Expand Down

0 comments on commit 8afea14

Please sign in to comment.