mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
Fix for #27.
This commit is contained in:
parent
18398f84e2
commit
4333af1cff
1 changed files with 1 additions and 2 deletions
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in a new issue