Skip to content

Commit 221d6a8

Browse files
Steve Wintonsarahs
andauthored
Reference ui.contributor_callout data attribute
To facilitate localization Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
1 parent 2ea9b2d commit 221d6a8

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>This page is kindly contributed and maintained by <a href="{{ page.contributor.URL }}" rel="nofollow">{{ page.contributor.name }}</a>.</p>
25+
<p>{% 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)