We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885d350 commit bb671f1Copy full SHA for bb671f1
1 file changed
comsoc-website/publications.md
@@ -79,7 +79,7 @@ or some major research topics within COMSOC. Have a look!
79
{% for curated_list in site.data.curatedlists %}
80
<li>
81
<h4><a href="{{ curated_list.url }}">{{ curated_list.topic }}</a></h4>
82
-<b>Description:</b> {{ curated_list.description }}
+{{ curated_list.description }}
83
Maintained by {% for maintainer in curated_list.maintainers %}{% if maintainer.url %}<a href="{{ maintainer.url }}">{% endif %}{{ maintainer.name }}{% if maintainer.url %}</a>{% endif %}{% unless forloop.last %}{% if forloop.rindex == 2 %} and {% else %}, {% endif %}{% endunless %}{% endfor %}.
84
</li>
85
{% endfor %}
0 commit comments