mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02: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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user