Refactors: moving <head> from baseof.html to header.html
This commit is contained in:
parent
76cb6c2dee
commit
786b75e558
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.LanguageCode }}">
|
||||
<head>
|
||||
{{ block "header" . -}}{{- end }}
|
||||
</head>
|
||||
<body class="{{- if .Site.Params.themeColor }}{{ .Site.Params.themeColor }}{{ end }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div class="content container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue