mirror of
https://github.com/rough-stuff/rough.git
synced 2026-04-22 03:00:28 -04:00
added star and fork buttons
This commit is contained in:
@@ -35,6 +35,10 @@
|
||||
<a href="https://github.com/pshihn/rough/wiki/Examples" class="btn">Examples</a> {% if site.github.is_project_page %}
|
||||
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a> {% endif %} {% if site.show_downloads %}
|
||||
<a href="https://github.com/pshihn/rough/tree/master/dist" class="btn">Download</a> {% endif %}
|
||||
<div>
|
||||
<a class="github-button" href="https://github.com/pshihn/rough" data-size="large" data-show-count="true" aria-label="Star pshihn/rough on GitHub">Star</a>
|
||||
<a class="github-button" href="https://github.com/pshihn/rough/fork" data-icon="octicon-repo-forked" data-size="large" aria-label="Fork pshihn/rough on GitHub">Fork</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
@@ -61,6 +65,9 @@
|
||||
pageTracker._trackPageview();
|
||||
} catch (err) { }
|
||||
</script> {% endif %}
|
||||
|
||||
<!-- Place this tag in your head or just before your close body tag. -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user