diff --git a/hugo.toml b/hugo.toml index 2968140e..40964bd7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -659,6 +659,8 @@ orderby = "name" # Order of tags, optional values: ["name", "count"] # Home page profile [params.home.profile] enable = false +# FixIt 0.4.0 | NEW Whether to show profile and content only in the first home page +onlyFirstPage = false # Gravatar Email for preferred avatar in home page gravatarEmail = "" # URL of avatar shown in home page, default is author's avatar diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 0d46fd57..01e9ca84 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251222033541-3c7babb5" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha.3-20251222034819-3fa866fa" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/layouts/home.html b/layouts/home.html index b6d8db63..1f739511 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -28,7 +28,7 @@