mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-28 20:25:25 +08:00
Add star/twitter buttons to footer
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<p>
|
||||
<a class="link-gray text-bold mr-3" href="https://github.com/probot">GitHub</a>
|
||||
<a class="link-gray text-bold mr-3" href="/docs/">Docs</a>
|
||||
<span class="mr-2 d-inline-block">
|
||||
<a class="github-button" href="https://github.com/probot/probot" data-size="large" data-icon="octicon-star" data-show-count="true" aria-label="Star probot/probot on GitHub">Star</a>
|
||||
</span>
|
||||
<a href="https://twitter.com/ProbotTheRobot" class="twitter-follow-button" data-size="large" data-show-screen-name="false" data-show-count="false">Follow @ProbotTheRobot</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</p>
|
||||
<p>{% octicon code %} with {% octicon heart %} by <a class="text-gray-light" href="https://twitter.com/bkeepers">@bkeepers</a></p>
|
||||
<p style="opacity: 0.5">
|
||||
@@ -27,3 +29,5 @@
|
||||
ga('create', 'UA-102577034-2', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
|
||||
Reference in New Issue
Block a user