Skip to content

Commit 6c5959b

Browse files
authored
Update tags.html
1 parent 6e6622e commit 6c5959b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tags.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Tags</h2>
2222

2323
{% assign sortedPublications = site.publications | sort: "authors" | sort: "year"%}
2424
{% for tag in rawtags %}
25-
<h3>{{ tag }} <a id="{{ tag }}"></a></h3>
25+
<h3>🏷 {{ tag }} <a id="{{ tag }}"></a></h3>
2626
<ul>
2727
{% for publication in sortedPublications %}
2828
{% if publication.tags contains tag %}

0 commit comments

Comments
 (0)