refactoring the footer

This commit is contained in:
Huy Tran 2018-01-23 10:02:05 +07:00
parent 514e9a167f
commit cf95cacd15
10 changed files with 193 additions and 153 deletions

View file

@ -1,11 +1,11 @@
{{ partial "head.html" . }}
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
{{ partial "sidebar.html" . }}
{{ partial "sidebar.html" . }}
<div class="content container">
{{ block "main" . }}{{ end }}
</div>
{{ block "main" . }}{{ end }}
<div class="footer">
{{ block "footer" . }}{{ end }}
{{ block "footer" . }}{{ end }}
</div>
</div>
</body>
</body>
</html>