added star and fork buttons

This commit is contained in:
Preet
2018-04-19 22:36:16 -07:00
committed by GitHub
parent 3759bdbf0b
commit 94bba0f559

View File

@@ -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>