fix template for layoutReverse
This commit is contained in:
parent
486a427257
commit
c8da3663bd
2 changed files with 4 additions and 3 deletions
|
@ -20,6 +20,7 @@ theme = "hyde-hyde"
|
|||
# highlightjsstyle = "github"
|
||||
# please choose either GraphComment or Disqus
|
||||
# GraphCommentId = "your-graph-comment-id"
|
||||
# layoutReverse = true
|
||||
|
||||
## Social Accounts
|
||||
[params.social]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
{{ block "header" . -}}{{- end }}
|
||||
</head>
|
||||
<body {{- if .Site.Params.themeColor }} class="{{ .Site.Params.themeColor }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}" {{ end }}>
|
||||
<body class="{{- if .Site.Params.themeColor }}{{ .Site.Params.themeColor }}{{ end }} {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
|
||||
{{ partial "sidebar.html" . }}
|
||||
<div class="content container">
|
||||
{{ block "content" . }}{{ end }}
|
||||
|
|
Loading…
Reference in a new issue