to exclude about from the front-page
This commit is contained in:
parent
94f95fc114
commit
22e70c239e
5 changed files with 48 additions and 47 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue