Initial commit for Hugo site.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{ partial "head/head.html" . }}
|
||||
<body class="{{if .Site.Params.layoutReverse}}layout-reverse {{end}}{{if .Site.Params.dark_mode}}dark-theme{{end}}">
|
||||
<div class="wrapper">
|
||||
{{ partial "sidebar/sidebar.html" . }}
|
||||
<main class="content container">
|
||||
{{ block "main" . -}}{{- end }}
|
||||
</main>
|
||||
{{ block "sidebar" . }}{{ end }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user