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-01-26 21:37:19 +0300
committerVicky <vicky@vickylai.io>2018-01-26 21:37:19 +0300
commit3a1fbfb306b3d799326d62e939c39004d64ea1cf (patch)
treed501ec9515c5de64559b23f07246ffdf46055d86 /layouts/_default
parent6cf35c2a3119f5de3ae2b1e2872fe60cc0a82eb7 (diff)
Fixed #22. Moved opening body tags into template files instead of header.
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/list.html1
-rw-r--r--layouts/_default/single.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 791e8b6..b6a6573 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,4 +1,5 @@
{{ partial "header.html" . }}
+<body>
<div class="section" id="top">
<!-- Parent section -->
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 11480c0..3195814 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,6 @@
{{ partial "header.html" . }}
+<body>
<div class="section" id="top">
<!-- Parent section -->