Skip to content

Commit 560642c

Browse files
committed
Website: github stars
1 parent e796201 commit 560642c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

website/page.twig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@
8080
</li>
8181
</ul>
8282

83+
<p>
84+
<iframe class="github-star" src="http://ghbtns.com/github-btn.html?user=myclabs&repo=ACL&type=watch&count=true&size=large"
85+
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
86+
</p>
87+
8388
</nav>
8489

8590
<section class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10">

website/public/css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ header.navbar {
6666
margin-top: 0;
6767
}
6868

69+
#sidebar .github-star {
70+
margin-top: 20px;
71+
margin-left: 50px;
72+
}
73+
6974
pre {
7075
padding: 0;
7176
border-color: #3D5166;

0 commit comments

Comments
 (0)