From 780d665150d989492bbda296d2347540047e3f57 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 23 Jul 2020 12:03:19 +0000
Subject: [PATCH] Merge pull request #44 from okimurak/feature/fix_white_space_in_partials_template
---
layouts/partials/head.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ae99a4a..1e3fecb 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -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 . -}}
--
Gitblit v1.10.0