Skip to content

Commit be0c05d

Browse files
committed
remove extra spaces in script to abide by hugo template standards
1 parent 74c3745 commit be0c05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/docs/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626

2727
{{ $script := resources.Get "clipboard.js" | resources.Minify }}
2828
{{ with $script.Content }}
29-
<script>{ { . | safeJS } }</script>
29+
<script>{{ . | safeJS }}</script>
3030
{{ end }}

0 commit comments

Comments
 (0)