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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-25 16:30:48 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-25 16:30:48 +0300
commit54865bc69ecddc8cb485847144de4e975a72aed1 (patch)
treef831d467bb766eab061781243aa938a7457f866c
parent191e6ab89fa0fdf3e131fc7951beceb586da04f3 (diff)
fix typo
-rw-r--r--layouts/partials/sections.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sections.html b/layouts/partials/sections.html
index 2fc5b87..eda7fd2 100644
--- a/layouts/partials/sections.html
+++ b/layouts/partials/sections.html
@@ -2,7 +2,7 @@
{{ $len := (len $items) }}
{{ range $i, $e := $items }}
-{{ partial "section.html" .}}
+{{ partial "section.html" . }}
{{ if ne (add $i 1) $len }}
@@ -11,4 +11,4 @@
{{ end }}
{{ end }}
-{{ end}}
+{{ end}} \ No newline at end of file