From 0f5493aeaf8778baf782f99a3bfa7251f0ae79f4 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 5 Nov 2017 10:13:31 -0500 Subject: [PATCH] Fix author profile link texts (#1328) --- docs/_includes/author-profile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_includes/author-profile.html b/docs/_includes/author-profile.html index 2d10543126ff..466913698e45 100644 --- a/docs/_includes/author-profile.html +++ b/docs/_includes/author-profile.html @@ -134,7 +134,7 @@

{{ author.name }}

{% if author.gitlab %}
  • - Gitlab + GitLab
  • {% endif %} @@ -142,7 +142,7 @@

    {{ author.name }}

    {% if author.stackoverflow %}
  • - Stackoverflow + Stack Overflow
  • {% endif %} @@ -206,7 +206,7 @@

    {{ author.name }}

    {% if author.soundcloud %}
  • - Soundcloud + SoundCloud
  • {% endif %}