Skip to content

Commit 953b967

Browse files
Steve Wintonsarahs
andauthored
Replace partner-callout with contributor-callout
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
1 parent 44d34f5 commit 953b967

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
@@ -21,7 +21,7 @@ <h1 class="border-bottom-0">{{ page.title }}</h1>
2121
</div>
2222

2323
{% if page.contributor %}
24-
<div class="partner-callout border rounded-1 mb-4 p-3 border-blue bg-blue-light f5">
24+
<div class="contributor-callout border rounded-1 mb-4 p-3 border-blue bg-blue-light f5">
2525
<p>This page is kindly contributed and maintained by <a href="{{ page.contributor.URL }}" rel="nofollow">{{ page.contributor.name }}</a>.</p>
2626
</div>
2727
{% endif %}

0 commit comments

Comments
 (0)