blob: 205a4ff36a830e60b39b837d51a326f084d6b251 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{% if theme_contribute %}
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div class="contribute">
<h3>Contribute</h3>
<a class="github-button" href="https://github.com/{{ theme_github_fork }}/fork"
data-icon="octicon-repo-forked"
data-style="mega"
aria-label="Fork {{ theme_github_fork }} on GitHub">Fork</a>
<a class="github-button" href="https://github.com/{{ theme_github_fork }}"
data-icon="octicon-star"
data-style="mega"
data-count-href="/{{ theme_github_fork }}/stargazers"
data-count-api="/repos/{{ theme_github_fork }}#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star {{ theme_github_fork }} on GitHub">Star</a>
<br>
<a class="github-button" href="https://github.com/{{ theme_github_user }}"
data-style="mega"
aria-label="Follow @{{ theme_github_user }} on GitHub">Follow @{{ theme_github_user }}</a>
</div>
{% endif %}
|