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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-11 10:55:47 +0300
committerHanzei <hanzei@mailbox.org>2018-07-11 10:55:47 +0300
commit297ac040157d3a66c02c430d7e54379219e6c124 (patch)
tree44ac49a083895772b8eb932f88f94cd820ea6fc0 /layouts
parent79574f632eea9470fc14d9cd345beb07bb9353ad (diff)
Fix style errors
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index a46af74..e789c89 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -31,7 +31,7 @@
</div>
<!-- Done with Hero -->
<!-- Everything below fades in three! -->
- <div class="section {{ if .Site.Params.fadeIn | default true }}fade-in three{{ end }}">
+ <div class="section no-padding-top {{ if .Site.Params.fadeIn | default true }}fade-in three{{ end }}">
<!-- Tell them all about it! -->
{{ partial "nav.html" . }}
{{ with .Site.GetPage "page" "about" }}