Added GitHub star button next to logo

This commit is contained in:
Lennart Ziburski
2018-02-21 18:10:35 +01:00
parent f294d39ed4
commit e5bcbcc545
3 changed files with 18 additions and 9 deletions

View File

@ -24,5 +24,6 @@ debug: false // Set debug to true if you want to inspect the dropdown
{{- if eq .Title "Widgets" -}} <!-- Check if is widgets page, if so, add the widget cloud js script -->
<script src="/widgets.js"></script>
{{- end -}}
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>