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>

File diff suppressed because it is too large Load diff

View file

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<base target="_blank"><!--[if lte IE 6]></base><![endif]-->
<link rel="stylesheet" href="buttons.css">
<!--[if lt IE 8]>
<link rel="stylesheet" href="assets/css/octicons-iefix.css">
<![endif]-->
<!--[if IE 8]>
<script src="assets/js/pseudo-ie8fix.js"></script>
<![endif]-->
<meta name="robots" content="noindex, nofollow">
</head>
<body>
<script src="buttons.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long