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 }}