Skip to content

Commit bb671f1

Browse files
committed
further update to curated lists
1 parent 885d350 commit bb671f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comsoc-website/publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ or some major research topics within COMSOC. Have a look!
7979
{% for curated_list in site.data.curatedlists %}
8080
<li>
8181
<h4><a href="{{ curated_list.url }}">{{ curated_list.topic }}</a></h4>
82-
<b>Description:</b> {{ curated_list.description }}
82+
{{ curated_list.description }}
8383
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 %}.
8484
</li>
8585
{% endfor %}

0 commit comments

Comments
 (0)