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