1
0
mirror of synced 2026-01-06 06:02:35 -05:00
This commit is contained in:
Octomerger Bot
2021-03-13 07:53:38 +10:00
committed by GitHub
parent 82915045f4
commit ebd13e4b65
25 changed files with 209 additions and 36 deletions

View File

@@ -20,6 +20,12 @@
</div>
</div>
{% if page.contributor %}
<div class="contributor-callout border rounded-1 mb-4 p-3 border-blue bg-blue-light f5">
<p><span class="mr-2">{% octicon "info" %}</span>{% data ui.contributor_callout %} <a href="{{ page.contributor.URL }}">{{ page.contributor.name }}</a>.</p>
</div>
{% endif %}
{% if page.intro %}
<div class="lead-mktg">{{ page.intro }}</div>
{% endif %}