diff --git a/_layouts/profiles.liquid b/_layouts/profiles.liquid
index 10204e29f3f1..89d659e2a9e6 100644
--- a/_layouts/profiles.liquid
+++ b/_layouts/profiles.liquid
@@ -67,21 +67,23 @@ layout: page
{% endif %}
{% if profile.website or profile.more_info or profile.content %}
-
-
- {% if profile.website %}
-
- {% endif %}
- {% if profile.more_info %}
-
{{ profile.more_info }}
- {% endif %}
- {% if profile.content %}
- {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
- {{ profile_content | markdownify }}
- {% endif %}
-
+
+ {% if profile.website %}
+
WEBSITE
+ {% endif %}
+ {% if profile.more_info or profile.content %}
+
+
+ {% if profile.more_info %}
+
{{ profile.more_info }}
+ {% endif %}
+ {% if profile.content %}
+ {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
+ {{ profile_content | markdownify }}
+ {% endif %}
+
+ {% endif %}
+
{% endif %}
{% endif %}
@@ -114,21 +116,23 @@ layout: page
{% endif %}
{% if profile.website or profile.more_info or profile.content %}
-
-
- {% if profile.website %}
-
- {% endif %}
- {% if profile.more_info %}
-
{{ profile.more_info }}
- {% endif %}
- {% if profile.content %}
- {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
- {{ profile_content | markdownify }}
- {% endif %}
-
+
+ {% if profile.website %}
+
WEBSITE
+ {% endif %}
+ {% if profile.more_info or profile.content %}
+
+
+ {% if profile.more_info %}
+
{{ profile.more_info }}
+ {% endif %}
+ {% if profile.content %}
+ {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
+ {{ profile_content | markdownify }}
+ {% endif %}
+
+ {% endif %}
+
{% endif %}
{% endif %}
@@ -161,21 +165,23 @@ layout: page
{% endif %}
{% if profile.website or profile.more_info or profile.content %}
-
-
- {% if profile.website %}
-
- {% endif %}
- {% if profile.more_info %}
-
{{ profile.more_info }}
- {% endif %}
- {% if profile.content %}
- {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
- {{ profile_content | markdownify }}
- {% endif %}
-
+
+ {% if profile.website %}
+
WEBSITE
+ {% endif %}
+ {% if profile.more_info or profile.content %}
+
+
+ {% if profile.more_info %}
+
{{ profile.more_info }}
+ {% endif %}
+ {% if profile.content %}
+ {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
+ {{ profile_content | markdownify }}
+ {% endif %}
+
+ {% endif %}
+
{% endif %}
{% endif %}
@@ -208,21 +214,23 @@ layout: page
{% endif %}
{% if profile.website or profile.more_info or profile.content %}
-
-
- {% if profile.website %}
-
- {% endif %}
- {% if profile.more_info %}
-
{{ profile.more_info }}
- {% endif %}
- {% if profile.content %}
- {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
- {{ profile_content | markdownify }}
- {% endif %}
-
+
+ {% if profile.website %}
+
WEBSITE
+ {% endif %}
+ {% if profile.more_info or profile.content %}
+
+
+ {% if profile.more_info %}
+
{{ profile.more_info }}
+ {% endif %}
+ {% if profile.content %}
+ {% capture profile_content %}{% include_relative {{ profile.content }} %}{% endcapture %}
+ {{ profile_content | markdownify }}
+ {% endif %}
+
+ {% endif %}
+
{% endif %}
{% endif %}
@@ -254,9 +262,6 @@ layout: page
{% if profile.email %}
{% endif %}
- {% if profile.website %}
- {{ profile.website }}
- {% endif %}
{% if profile.more_info %}
{{ profile.more_info }}
{% endif %}
@@ -279,11 +284,16 @@ layout: page
padding-bottom: 0.25rem !important;
margin-left: 0 !important;
margin-bottom: 10px !important;
+ display: inline-block;
+ height: 30px !important;
+ font-weight: 300;
&:hover {
color: var(--global-theme-color) !important;
border-color: var(--global-theme-color) !important;
+ text-decoration: none !important;
}
+
}
.more-info-content {
font-size: 0.875rem;