Skip to content

Commit 81f9cde

Browse files
committed
Add info octicon next to contributor callout
1 parent dfae341 commit 81f9cde

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>{% 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 }}" rel="nofollow">{{ page.contributor.name }}</a>.</p>
2626
</div>
2727
{% endif %}
2828

0 commit comments

Comments
 (0)