We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6622e commit 6c5959bCopy full SHA for 6c5959b
1 file changed
tags.html
@@ -22,7 +22,7 @@ <h2>Tags</h2>
22
23
{% assign sortedPublications = site.publications | sort: "authors" | sort: "year"%}
24
{% for tag in rawtags %}
25
- <h3>{{ tag }} <a id="{{ tag }}"></a></h3>
+ <h3>🏷 {{ tag }} <a id="{{ tag }}"></a></h3>
26
<ul>
27
{% for publication in sortedPublications %}
28
{% if publication.tags contains tag %}
0 commit comments