Docs: Remove unused GitHub:buttons files

The GitHub:buttons JavaScript code docs/static/js/buttons.js
from https://github.com/ntkme/github-buttons was referenced
in docs/layouts/partials/footer.html but never used.

Apparently, the actual code for the GitHub buttons on the upper-left
corner of gohugo.io documentation was written by @spf13 in
docs/static/js/scripts.js.
This commit is contained in:
Anthony Fok
2015-12-20 13:18:18 -07:00
parent 217d25f560
commit 7c84ad56cb
4 changed files with 0 additions and 1867 deletions

View File

@@ -29,7 +29,6 @@
<script src="/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="/js/scripts.js"></script>
<script async defer id="github-bjs" src="/js/buttons.js"></script>
{{ template "partials/analytics.html" . }}
</body>
</html>