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

github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a2c7c30..0a2c0e2 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,11 +1,13 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
-{{ partial "head.html" . }}
+ {{ partial "head.html" . }}
-<body class="container bg-dark text-white">
- {{ partial "navbar.html" . }}
- {{ block "main" . }}
- {{ end }}
-</body>
-
-</html> \ No newline at end of file
+ <body class="container bg-dark text-white">
+ <div class="wrapper">
+ {{ partial "navbar.html" . }}
+ {{ block "main" . }}
+ {{ end }}
+ </div>
+ {{ partial "footer.html" . }}
+ </body>
+</html>