Skip to content

Commit e5be21e

Browse files
authored
Merge pull request #22283 from thekad/issue-22044
Removing duplicate custom-jekyll js
2 parents fbfd725 + f34fe97 commit e5be21e

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ css = [
153153
"custom-jekyll/tags"
154154
]
155155
js = [
156-
"custom-jekyll/tags",
157156
"script"
158157
]
159158

layouts/partials/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,5 @@
8484
{{ end }}
8585

8686
<script src="{{ "js/script.js" | relURL }}"></script>
87-
<script src="{{ "js/custom-jekyll/tags.js" | relURL }}"></script>
8887
{{ with .Params.js }}{{ range (split . ",") }}<script src="{{ (trim . " ") | relURL }}"></script><!-- custom js added -->
8988
{{ end }}{{ else }}<!-- no custom js detected -->{{ end }}

static/js/custom-jekyll/tags.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)