Merge pull request #197 from ay0o/background
added support for a background image on the homepage
This commit is contained in:
commit
24b4615f73
4 changed files with 18 additions and 0 deletions
|
@ -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" . }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue