Make use of the base template
This commit is contained in:
parent
50fec3e32d
commit
82832c1244
5 changed files with 42 additions and 69 deletions
8
layouts/_default/baseof.html
Normal file
8
layouts/_default/baseof.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{ partial "head.html" . }}
|
||||
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div class="content container">
|
||||
{{ block "main" . -}}{{- end }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue