😊 Fixed missing </html> tag

This commit is contained in:
Nurlan Su 2016-10-25 02:14:23 +02:00
parent d715c8f553
commit fc9659aef4
4 changed files with 107 additions and 103 deletions

View File

@ -1,5 +1,5 @@
{{ partial "head" . }}
<body>
<body>
<div id="wrap">
{{ partial "header" . }}
<div class="container">
@ -9,4 +9,5 @@
</div>
</div>
{{ partial "footer" . }}
</body>
</body>
</html>

View File

@ -1,5 +1,5 @@
{{ partial "head" . }}
<body>
<body>
<div id="wrap">
<!-- Header -->
{{ partial "header" . }}
@ -27,4 +27,5 @@
</div>
<!-- Footer -->
{{ partial "footer" . }}
</body>
</body>
</html>

View File

@ -1,5 +1,5 @@
{{ partial "head" . }}
<body>
<body>
<div id="wrap">
<!-- Header -->
@ -56,4 +56,5 @@
<!-- Footer -->
{{ partial "footer" . }}
</body>
</body>
</html>

View File

@ -1,5 +1,5 @@
{{ partial "head" . }}
<body>
<body>
<div id="wrap">
{{ partial "header" . }}
<section id="about">
@ -17,4 +17,5 @@
</section>
</div>
{{ partial "footer" . }}
</body>
</body>
</html>