diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html index 9cb6cb4..860f053 100755 --- a/layouts/partials/page-header.html +++ b/layouts/partials/page-header.html @@ -2,7 +2,7 @@
-

{{ i18n (printf "%s" .Title) | default .Title | title }}

+

{{ i18n (printf "%s" (lower .Title)) | default .Title | title }}

{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}