diff --git a/layouts/shortcodes/hx/data-form.html b/layouts/shortcodes/hx/data-form.html index d0f91ba..30198ad 100644 --- a/layouts/shortcodes/hx/data-form.html +++ b/layouts/shortcodes/hx/data-form.html @@ -2,7 +2,7 @@ {{- $name := .Get "name" | default "data" -}} {{- $action := .Get "action" | default "data" -}} {{- $domain := .Get "domain" | default $.Page.Params.api.domain -}} -{{- $target := .Get "target" | default "#debug" -}} +{{- $target := .Get "target" | default "#cs-debug" -}} {{- $label := "Submit" -}}
diff --git a/layouts/shortcodes/hx/xplore.html b/layouts/shortcodes/hx/xplore.html index c91c087..5f7f90c 100644 --- a/layouts/shortcodes/hx/xplore.html +++ b/layouts/shortcodes/hx/xplore.html @@ -3,8 +3,7 @@ Hello World! - +
-
diff --git a/sites/hx/content/auth/login.md b/sites/hx/content/auth/login.md index b99f96e..1369f5a 100644 --- a/sites/hx/content/auth/login.md +++ b/sites/hx/content/auth/login.md @@ -5,7 +5,7 @@ img: pageid: login domains: [] topics: [] -date: 2024-07-22 +date: 2024-07-24 author: helmutm draft: false weight: 900 @@ -27,6 +27,3 @@ Please enter login data: {{< /hx/data-form >}} ---- - -{{< hx/debug >}}