Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2bc8f0b..957db5c 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -21,10 +21,10 @@
{{ end }}
{{ if ne ($.Scratch.Get "jsFiles") false }}
-{{ range $.Scratch.Get "jsFiles" }}
- {{ if ne . "default" }}
- <script src="{{ "{{ . }}" | absURL }}"></script>
- {{ end }}
+ {{ range $.Scratch.Get "jsFiles" }}
+ {{ if ne . "default" }}
+ <script src="{{ "{{ . }}" | absURL }}"></script>
+ {{ end }}
{{ end }}
{{ end }}