mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
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:
parent
217d25f560
commit
7c84ad56cb
4 changed files with 0 additions and 1867 deletions
|
@ -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>
|
||||
|
|
1846
docs/static/js/buttons.css
vendored
1846
docs/static/js/buttons.css
vendored
File diff suppressed because it is too large
Load diff
19
docs/static/js/buttons.html
vendored
19
docs/static/js/buttons.html
vendored
|
@ -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>
|
1
docs/static/js/buttons.js
vendored
1
docs/static/js/buttons.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue