We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d34f5 commit 953b967Copy full SHA for 953b967
1 file changed
includes/article.html
@@ -21,7 +21,7 @@ <h1 class="border-bottom-0">{{ page.title }}</h1>
21
</div>
22
23
{% if page.contributor %}
24
- <div class="partner-callout border rounded-1 mb-4 p-3 border-blue bg-blue-light f5">
+ <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>
26
27
{% endif %}
0 commit comments