Refactors: moving <head> from baseof.html to header.html

This commit is contained in:
Huy Tran 2018-07-05 07:41:00 +10:00
parent 76cb6c2dee
commit 786b75e558
2 changed files with 3 additions and 3 deletions

View file

@ -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">