Skip to content

Commit

Permalink
fix: spurious header closing tags
Browse files Browse the repository at this point in the history
`right` already contains the closing tag
  • Loading branch information
ZakKemble committed Apr 14, 2022
1 parent 4f590e2 commit 59e9557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/refactor-content.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 59e9557

Please sign in to comment.