From f29543d2f2629442c6684f216da3c0a5fda3a6c0 Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:09:00 +0600 Subject: [PATCH] update page-header --- layouts/partials/page-header.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {