Set default theme in config toml

This commit is contained in:
panr 2018-12-21 19:07:37 +01:00
parent 1974d30be0
commit 9532cb8285
3 changed files with 15 additions and 11 deletions

View file

@ -6,7 +6,7 @@
{{ end }}
{{ partial "head.html" . }}
</head>
<body class="dark-theme">
<body class="{{ if ne $.Site.Params.defaultTheme "light" -}} dark-theme {{- end -}}">
<div class="container">
{{ partial "header.html" . }}