added support for a background image on the homepage

This commit is contained in:
Ay0 2020-08-09 21:24:24 +01:00
parent 6fa58f635e
commit 35d298ae55
4 changed files with 18 additions and 0 deletions

View file

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