to exclude about from the front-page

This commit is contained in:
Huy Tran 2018-02-03 15:35:10 +07:00
parent 94f95fc114
commit 22e70c239e
5 changed files with 48 additions and 47 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" class="wf-firasans-n4-active wf-active">
<head>
{{ block "header" . }}{{ end }}
{{ block "header" . -}}{{- end }}
</head>
<body class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
<body {{- if .Site.Params.themeColor }} class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}" {{ end }}>
{{ partial "sidebar.html" . }}
<div class="content container">
{{ block "content" . }}{{ end }}