Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 58bff6f

Browse files
committed
Add contributor link to page-info.html
1 parent 5432e7b commit 58bff6f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

_includes/layout/page-info.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<div class="page-info">
22

3+
{% if page.contributor_link %}
4+
<div class="page-contributor">
5+
<a href="{{ page.contributor_link }}" target="_blank">
6+
Thanks to {{ page.contributor_name }} for contributing this topic
7+
</a>
8+
</div>
9+
{% endif %}
10+
311
{% if site.github_link == true %}
412
<div class="github-link">
513
<a class="improve-page" href="{{ site.github_repo }}blob/develop/{{ page.path }}" target="_blank">
@@ -9,11 +17,9 @@
917
{% endif %}
1018

1119
{% if site.feedback_link == true %}
12-
1320
<div class="new-issue">
1421
<a href="{{ site.github_repo }}issues/new?title=&body=Feedback on page: {{ page.url }}" target="_blank">Give us feedback</a>
1522
</div>
16-
1723
{% endif %}
1824

1925
</div>

0 commit comments

Comments
 (0)