From 06d2e3c92c6f91b8b06c96b40b7d0458c020dab0 Mon Sep 17 00:00:00 2001 From: Bowden Date: Tue, 27 Feb 2018 14:57:26 -0800 Subject: [PATCH] fixed github button --- views/layout.pug | 2 ++ views/partials/footer.pug | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/views/layout.pug b/views/layout.pug index 3b5581b..5c819e3 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -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. diff --git a/views/partials/footer.pug b/views/partials/footer.pug index 24e261a..8dba91e 100644 --- a/views/partials/footer.pug +++ b/views/partials/footer.pug @@ -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