Skip to content

Commit cfec973

Browse files
committed
Add buttons
1 parent e07f000 commit cfec973

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

_includes/menu.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,18 @@
8585
<p class="footer-title">
8686
<strong>{{site.description}}</strong> <small>Created by <a href="https://twitter.com/jgthms">@jgthms</a></small>
8787
</p>
88-
<p class="footer-share footer-share--contribute">
88+
<div class="footer-facebook">
89+
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fcssreference%2F&width=100&layout=button_count&action=like&size=small&show_faces=false&share=false&height=20&appId=1212191075486670" width="100" height="20" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
90+
</div>
91+
<div class="footer-github">
92+
<iframe src="https://ghbtns.com/github-btn.html?user=jgthms&repo=css-reference&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
93+
</div>
94+
<!-- <p class="footer-share footer-share--contribute">
8995
<strong class="footer-share-label">Contribute</strong>
9096
<a class="footer-share-button is-github" href="https://github.com/jgthms/css-reference" target="_blank">
9197
{% include svg/github.html %}
9298
</a>
93-
</p>
99+
</p> -->
94100
<p class="footer-share footer-share--social">
95101
<strong class="footer-share-label">Share</strong>
96102
<a class="footer-share-button is-twitter"

0 commit comments

Comments
 (0)