1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

fixed github button

This commit is contained in:
Bowden
2018-02-27 14:57:26 -08:00
parent 1a72f0db6b
commit 06d2e3c92c
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ html(lang='')
script(src='/js/lib/jquery-3.1.1.min.js')
script(src='/js/lib/bootstrap.min.js')
script(async defer src="https://buttons.github.io/buttons.js")
script(src='/js/main.js')
//- Google Analytics: change UA-XXXXX-X to be your site's ID
script.

View File

@@ -1,4 +1,4 @@
footer
.container.text-center
p.pull-left © 2018 Company, Inc. All Rights Reserved
iframe.pull-right(src="https://ghbtns.com/github-btn.html?user=Microsoft&repo=TypeScript-Node-Starter&type=star&count=true" width="90" height="20" style="margin-top:15px; border: 0; overflow: hidden;")
a.github-button.pull-right(href="https://github.com/microsoft/typescript-node-starter", data-icon="octicon-star", data-show-count="true", aria-label="Star microsoft/typescript-node-starter on GitHub") Star