From 4ce8e994e2972047657b8db903752b56a7a88dfd Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Fri, 28 Mar 2025 10:57:31 -0700 Subject: [PATCH] features.html: Center buttons --- layouts/_default/board.html | 12 ++++++++++++ layouts/partials/components/features.html | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 layouts/_default/board.html diff --git a/layouts/_default/board.html b/layouts/_default/board.html new file mode 100644 index 0000000..45b998d --- /dev/null +++ b/layouts/_default/board.html @@ -0,0 +1,12 @@ +{{ define "main" }} + {{ partial "page-header" . }} +
+
+
+
+ {{ .Content }} +
+
+
+
+{{ end }} diff --git a/layouts/partials/components/features.html b/layouts/partials/components/features.html index b6c2c65..3b937e4 100644 --- a/layouts/partials/components/features.html +++ b/layouts/partials/components/features.html @@ -109,10 +109,12 @@ {{ with .button }} {{ if .enable }} +
{{ .label }} +
{{ end }} {{ end }}