|
4 | 4 | <div class="col-md-12">
|
5 | 5 | <ul class="social-buttons">
|
6 | 6 | <li>
|
7 |
| - <iframe src="https://ghbtns.com/github-btn.html?user=php-http&repo=httplug&type=star&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe> |
| 7 | + <iframe src="https://ghbtns.com/github-btn.html?user={{ site.github_username }}&repo={{ site.github_reponame }}&type=star&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe> |
8 | 8 | </li>
|
9 | 9 | <li>
|
10 |
| - <iframe src="https://ghbtns.com/github-btn.html?user=php-http&repo=httplug&type=fork&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe> |
| 10 | + <iframe src="https://ghbtns.com/github-btn.html?user={{ site.github_username }}&repo={{ site.github_reponame }}&type=fork&count=true" frameborder="0" scrolling="0" width="80px" height="20px"></iframe> |
11 | 11 | </li>
|
12 | 12 | <li>
|
13 |
| - <a href="https://twitter.com/httplug" class="twitter-follow-button" data-show-count="false">Follow @httplug</a> |
| 13 | + <a href="https://twitter.com/{{ site.twitter_username }}" class="twitter-follow-button" data-show-count="false">Follow @{{ site.twitter_username }}</a> |
14 | 14 | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
15 | 15 | </li>
|
16 | 16 | <li>
|
17 |
| - <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://httplug.io" data-text="Httplug - The HTTP client abstraction for PHP." data-via="httplug">Tweet</a> |
| 17 | + <a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}" data-text="HTTPlug - The HTTP client abstraction for PHP." data-via="{{ site.twitter_username }}">Tweet</a> |
18 | 18 | <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
19 | 19 | </li>
|
20 | 20 | <li>
|
21 | 21 | <script async defer src="http://slack.httplug.io/slackin.js"></script>
|
22 | 22 | </li>
|
23 | 23 | </ul>
|
24 | 24 | <p>
|
25 |
| - Designed and built with all the love in the world by <a href="https://github.com/php-http">@php-http</a>.<br> |
| 25 | + Designed and built with all the love in the world by <a href="https://github.com/{{ site.github_username }}">@{{ site.github_username }}</a>.<br> |
26 | 26 |
|
27 |
| - Maintained by the <a href="https://github.com/orgs/php-http/people" target="_blank">core team</a> with the help of <a href="https://github.com/php-http/httplug/graphs/contributors" target="_blank">our contributors</a>.<br> |
| 27 | + Maintained by the <a href="https://github.com/orgs/{{ site.github_username }}/people" target="_blank">core team</a> with the help of <a href="https://github.com/{{ site.github_username }}/{{ site.github_reponame }}/graphs/contributors" target="_blank">our contributors</a>.<br> |
28 | 28 |
|
29 |
| - Code licensed under <a href="https://github.com/php-http/httplug/blob/master/LICENSE" target="_blank">MIT</a>. |
| 29 | + Code licensed under <a href="https://github.com/{{ site.github_username }}/{{ site.github_reponame }}/blob/master/LICENSE" target="_blank">MIT</a>. |
30 | 30 | </p>
|
31 | 31 | </div>
|
32 | 32 | </div>
|
|
0 commit comments