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:
authorVicky <vicky@vickylai.io>2018-02-03 17:57:23 +0300
committerVicky <vicky@vickylai.io>2018-02-03 17:57:23 +0300
commit4333af1cff7ea61d2bebaff866ea3c0215f376db (patch)
tree177840dc0e167ad6204b55a1c79b473559997032
parent18398f84e2508243d0ae599b9d2f57074021949b (diff)
Fix for #27.
-rw-r--r--layouts/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 4fa88f8..ffa2a2d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,7 +1,7 @@
{{ partial "header.html" . }}
<body>
-<div class="section" id="top"> <!-- Where all the awesome begins -->
+<div id="top"> <!-- Where all the awesome begins -->
<div class="hero is-{{ .Site.Params.introHeight }}">
<!-- Possible hero-head not used -->
@@ -39,7 +39,6 @@
<hr>
</div><!-- Done with nav bar -->
</div><!-- Done with Hero -->
-</div><!-- End of top section -->
<!-- Everything below fades in three! -->
<div class="section no-padding {{ if .Site.Params.fadeIn }}fade-in three{{ end }}">