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

github.com/huyb1991/hugo-lamp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy Nguyen <huyb.1991@gmail.com>2020-07-01 05:40:10 +0300
committerHuy Nguyen <huyb.1991@gmail.com>2020-07-01 05:40:10 +0300
commite9fe633c0686ad136c8390ab290a83db52ffe514 (patch)
treeed8206bb53e1efa7ccfc3971ce0751614b228199
parent94a2e5db5c123e48a890d93a82fe8e284632fd58 (diff)
Add wrapper class to body
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 54fcd1b..98b619e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -24,7 +24,7 @@
<!-- Shared Head -->
{{ partial "head.html" . }}
</head>
- <body>
+ <body class="wrapper">
{{ partial "svg-icons.html" . }}
{{ partial "header.html" . }}
{{ partial "sidebar.html" . }}