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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/intro.html')
-rw-r--r--layouts/partials/intro.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/layouts/partials/intro.html b/layouts/partials/intro.html
index f22fa60..fd9ed5a 100644
--- a/layouts/partials/intro.html
+++ b/layouts/partials/intro.html
@@ -2,17 +2,17 @@
{{ with $data.intro }}
<div id="intro">
<h1>
- {{ range $i, $e := .title }}
- {{ if $i }} <br/> {{ end }} {{ .line }}
- {{ end }}
+ {{- range $i, $e := .title -}}
+ {{- if $i -}}<br/>{{- end -}} {{- .line -}}
+ {{- end -}}
</h1>
<p>
- {{ range $i, $e := .description }}
- {{ if $i }} <br/> {{ end }} {{ .line }}
- {{ end }}
+ {{- range $i, $e := .description -}}
+ {{- if $i -}}<br/>{{- end -}} {{- .line -}}
+ {{- end -}}
</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">{{ i18n "INTRO_CONTINUE" . }}</a></li>
</ul>
</div>
-{{ end }}
+{{- end -}}