fix: spurious header closing tags

`right` already contains the closing tag
This commit is contained in:
Zak Kemble 2022-04-14 12:20:09 +01:00
parent 4f590e2bba
commit 59e955745f
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
{% assign left = left | replace: '">', '"><span class="mr-2">' | append: '</span>' %}
{% assign _new_content = _new_content | append: mark_start
| append: left | append: anchor | append: mark_end | append: right
| append: left | append: anchor | append: right
%}
{% endfor %}