chore: make index page container wider (#30)

* chore: enable footer by default

* chore: make index container wider
This commit is contained in:
Xin
2023-09-03 11:12:53 -04:00
committed by GitHub
parent 171399889d
commit 4381f31085
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<body dir="ltr">
{{- partial "navbar.html" . -}}
{{- block "main" . }}{{ end -}}
{{- if not .Site.Params.footer.disabled }}{{ partial "footer.html" . }}{{ end }}
{{- if (.Site.Params.footer.enable | default true) }}{{ partial "footer.html" . }}{{ end }}
</body>
{{ partial "scripts.html" . }}
</html>