diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 51fb8f5e..d21d9bbd 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -51,7 +51,7 @@ {% if author.links %} {% for link in author.links %} {% if link.label and link.url %} -
  • {{ link.label }}
  • +
  • {{ link.label }}
  • {% endif %} {% endfor %} {% endif %}