mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 13:26:54 -04:00
chore: make index page container wider (#30)
* chore: enable footer by default * chore: make index container wider
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user