😊 Fixed missing </html> tag
This commit is contained in:
+3
-2
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ partial "head" . }}
|
||||
<body>
|
||||
<body>
|
||||
<div id="wrap">
|
||||
|
||||
<!-- Header -->
|
||||
@@ -56,4 +56,5 @@
|
||||
<!-- Footer -->
|
||||
{{ partial "footer" . }}
|
||||
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+3
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user