Skip to content

Commit 4c914f9

Browse files
author
Tim Bannister
committed
Fix sidebar rendering for narrow viewports
Fix a bug that's noticeable when the viewport is narrow: you can toggle the menu, but that menu is actually blank.
1 parent 60426d0 commit 4c914f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layouts/partials/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,5 @@
8888
{{- end -}}
8989
<script defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
9090
{{- end -}}
91-
<script src="{{ "/js/script.js" | relURL }}"></script>
9291
{{ with .Params.js }}{{ range (split . ",") }}<script src="{{ (trim . " ") | relURL }}"></script><!-- custom js added -->
9392
{{ end }}{{ else }}<!-- no custom js detected -->{{ end }}

0 commit comments

Comments
 (0)