Skip to content

Commit

Permalink
fix: fix white space in partials template
Browse files Browse the repository at this point in the history
  • Loading branch information
okimurak committed Jul 23, 2020
1 parent fa9e560 commit a6a072f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

{{- $js := "" -}}
{{- range .Site.Params.customJs -}}
{{- if or (in . "http://") (in . "https://") -}}
{{- if or (in . "http://") (in . "https://") -}}
<script src="{{ . | relURL }}"></script>
{{- else -}}
{{- $customJS := resources.Get . -}}
Expand Down

0 comments on commit a6a072f

Please sign in to comment.