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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user