reorganized folder structure
This commit is contained in:
10
gharbeia.net/themes/hyde-rtl/layouts/_default/baseof.html
Normal file
10
gharbeia.net/themes/hyde-rtl/layouts/_default/baseof.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ partial "head.html" . }}
|
||||
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
||||
{{ partial "sidebar.html" . }}
|
||||
<main class="content container">
|
||||
{{ block "main" . -}}{{- end }}
|
||||
</main>
|
||||
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user