Skip to content

Commit 1294613

Browse files
committed
Add Star and update Fork buttons
1 parent dfc6795 commit 1294613

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_layouts/01_splash.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
<a href="{{site.baseurl}}/pages/downloads.html" class="button stroke white col5">Download mapnik</a>
1818
</div>
1919
<div id="intro3" class="col9 margin2 pad2y">
20-
<a class="github-button" href="https://github.com/mapnik/mapnik/fork" data-style="mega" data-count-href="/mapnik/mapnik/network" data-count-api="/repos/mapnik/mapnik#forks_count" data-count-aria-label="# forks on GitHub" aria-label="Fork mapnik/mapnik on GitHub">Fork</a>
21-
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
20+
<a class="github-button" href="https://github.com/mapnik/mapnik" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star mapnik/mapnik on GitHub">Star</a>
21+
<a class="github-button" href="https://github.com/mapnik/mapnik/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork mapnik/mapnik on GitHub">Fork</a>
2222
</div>
23-
2423
</div>
2524
<!-- map design -->
2625
<div class="module pad8y"></div>
@@ -201,6 +200,7 @@ <h2 class="big">style with a stylesheet</h2>
201200
{% include stacks.html %}
202201
{% include footer.html %}
203202
<!-- end content -->
204-
</div>
203+
</div>
204+
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
205205
</body>
206206
</html>

0 commit comments

Comments
 (0)