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

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

+

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

{{ partial "components/breadcrumb" (dict "Context" . "Class" "mt-6") }}
diff --git a/package.json b/package.json index 57fee07..4c4b192 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hugoplate", "description": "hugo tailwindcss boilerplate", - "version": "1.12.2", + "version": "1.12.3", "license": "MIT", "author": "zeon.studio", "scripts": {