Skip to content

Commit 5ca3c87

Browse files
committed
Remove 'rel="nofollow"' from contributor links
1 parent cd87b0e commit 5ca3c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="border-bottom-0">{{ page.title }}</h1>
2222

2323
{% if page.contributor %}
2424
<div class="contributor-callout border rounded-1 mb-4 p-3 border-blue bg-blue-light f5">
25-
<p><span class="mr-2">{% octicon "info" %}</span>{% data ui.contributor_callout %} <a href="{{ page.contributor.URL }}" rel="nofollow">{{ page.contributor.name }}</a>.</p>
25+
<p><span class="mr-2">{% octicon "info" %}</span>{% data ui.contributor_callout %} <a href="{{ page.contributor.URL }}">{{ page.contributor.name }}</a>.</p>
2626
</div>
2727
{% endif %}
2828

0 commit comments

Comments
 (0)