Skip to content

Commit

Permalink
fix unquoted span in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Oct 9, 2024
1 parent fb53966 commit b9fb014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/paper.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="tags">
{%- for t in post.tags -%}
<span class={{t}}><a href="{{site.topics_page[t]}}#{{t}}">{{t}}</a></span>
<span class="{{t}}"><a href="{{site.topics_page[t]}}#{{t}}">{{t}}</a></span>
{%- endfor -%}
</div>
</div>
Expand Down

0 comments on commit b9fb014

Please sign in to comment.