* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
10 lines
563 B
HTML
10 lines
563 B
HTML
<div class="mt-3 f5">
|
|
<h4>{% data ui.contribution_cta.title %}</h4>
|
|
<p class="text-gray f6">{% data ui.contribution_cta.body %}</p>
|
|
<a class="btn btn-outline" href={{ "https://github.com/github/docs/edit/main/content/" | append: page.relativePath }}>
|
|
{% octicon "git-pull-request" height="16" %}
|
|
{% data ui.contribution_cta.button %}
|
|
</a>
|
|
<p class="text-gray f6 mt-2">{% data ui.contribution_cta.or %} <a href="https://github.com/github/docs/blob/main/CONTRIBUTING.md" target="_blank">{% data ui.contribution_cta.to_guidelines %}</a></p>
|
|
</div>
|