From bbf6c9c88fde8e667421fa2d34ae37eb6b876e10 Mon Sep 17 00:00:00 2001 From: Kulbhushan Chand <17742733+Kulbhushan-Chand@users.noreply.github.com> Date: Tue, 20 Nov 2018 19:15:22 +0530 Subject: [PATCH] Added missing ref attribute As suggested by @mmistakes in https://github.com/mmistakes/minimal-mistakes/issues/1948#issuecomment-439888193 --- _includes/author-profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 51fb8f5e357a..d21d9bbdfb36 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -51,7 +51,7 @@

{{ author.name }}

{% if author.links %} {% for link in author.links %} {% if link.label and link.url %} -
  • {{ link.label }}
  • +
  • {{ link.label }}
  • {% endif %} {% endfor %} {% endif %}