4 lines
459 B
HTML
4 lines
459 B
HTML
|
<div class="pluginWrapper ghWatchWrapper">
|
||
|
<a aria-label="Watch {{ site.ghrepo }} on GitHub" data-count-aria-label="# watchers on GitHub" data-count-api="/repos/{{ site.ghrepo }}#subscribers_count" data-count-href="/{{ site.ghrepo }}/watchers" data-style="mega" data-icon="octicon-eye" href="https://github.com/{{ site.ghrepo }}" class="github-button">Watch</a>
|
||
|
</div>
|
||
|
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
|