Removing duplicate custom-jekyll js

After docsy theme got merged these scripts aren't needed anymore.  Confirmed
after removing it (and all `<script>` references to it) the tooltip
functionality is still there.
Also removed the reference in `config.toml` to it, which may have stripped some
dangling whitespace.
This commit is contained in:
Jorge Gallegos
2020-07-02 12:12:15 -05:00
parent e935ad0001
commit f34fe97ba0
3 changed files with 2 additions and 19 deletions
-1
View File
@@ -84,6 +84,5 @@
{{ end }}
<script src="{{ "js/script.js" | relURL }}"></script>
<script src="{{ "js/custom-jekyll/tags.js" | relURL }}"></script>
{{ with .Params.js }}{{ range (split . ",") }}<script src="{{ (trim . " ") | relURL }}"></script><!-- custom js added -->
{{ end }}{{ else }}<!-- no custom js detected -->{{ end }}