From eb043d7e699087de8c3b211b38a161c027a85fd9 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 29 Jul 2020 13:20:11 -0500 Subject: [PATCH] Add padding to bottom for some mobile browsers --- themes/lyte/layouts/_default/baseof.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/lyte/layouts/_default/baseof.html b/themes/lyte/layouts/_default/baseof.html index 4de9e4c..1b9d382 100644 --- a/themes/lyte/layouts/_default/baseof.html +++ b/themes/lyte/layouts/_default/baseof.html @@ -30,6 +30,9 @@
{{ block "main" . }}{{ .Content }}{{ end }}
- {{ block "body-end" . }}{{ end }} + {{ block "body-end" . }} + + {{ end }}