Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/siegerts/hugo-theme-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Davis <ldav1s@yahoo.com>2019-04-04 06:15:58 +0300
committerLeo Davis <ldav1s@yahoo.com>2019-04-04 06:15:58 +0300
commitdbd136138166db0fcc17eecf21b709d228a12241 (patch)
tree683d2590ada1b2c054a4c83332d8e637a7c9101b
parentefd345bd23a07eb003540d72fb24fae3b7f0ea1c (diff)
Remove body and html end tags from footer.html.
At least they seem consistent now.
-rw-r--r--layouts/_default/list.html3
-rw-r--r--layouts/_default/single.html3
-rw-r--r--layouts/_default/terms.html3
-rw-r--r--layouts/partials/footer.html3
-rw-r--r--layouts/post/single.html3
-rw-r--r--layouts/project/single.html3
-rw-r--r--layouts/taxonomy/category.html3
-rw-r--r--layouts/taxonomy/series.html3
-rw-r--r--layouts/taxonomy/tag.html3
9 files changed, 17 insertions, 10 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index e138ca7..38e9e55 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -32,4 +32,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 4800a03..5c7b2e5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -22,4 +22,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html
index 5feac5e..cdfc156 100644
--- a/layouts/_default/terms.html
+++ b/layouts/_default/terms.html
@@ -38,4 +38,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index b326096..ab18582 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -7,5 +7,4 @@
</footer>
{{ partial "scripts.html" . }}
- </body>
- </html> \ No newline at end of file
+
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 047b088..7a1ed38 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -58,4 +58,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/project/single.html b/layouts/project/single.html
index 4800a03..5c7b2e5 100644
--- a/layouts/project/single.html
+++ b/layouts/project/single.html
@@ -22,4 +22,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/taxonomy/category.html b/layouts/taxonomy/category.html
index 70a6fd6..e3cbb59 100644
--- a/layouts/taxonomy/category.html
+++ b/layouts/taxonomy/category.html
@@ -38,4 +38,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/taxonomy/series.html b/layouts/taxonomy/series.html
index 531f9e5..c2ccd11 100644
--- a/layouts/taxonomy/series.html
+++ b/layouts/taxonomy/series.html
@@ -38,4 +38,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>
diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html
index e34be22..a871085 100644
--- a/layouts/taxonomy/tag.html
+++ b/layouts/taxonomy/tag.html
@@ -38,4 +38,5 @@
</section>
{{ partial "footer.html" . }}
-</body>
+ </body>
+</html>