From d9af47ca37ee16e093ae8a933fa294ddd93ce3bd Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 13 Jan 2024 17:50:46 +0000 Subject: [PATCH] starters: update --- starters/landing-page/config/_default/params.yaml | 1 + starters/landing-page/content/_index.md | 6 +++--- starters/landing-page/go.mod | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/starters/landing-page/config/_default/params.yaml b/starters/landing-page/config/_default/params.yaml index 77ee9f63..f172bc0c 100644 --- a/starters/landing-page/config/_default/params.yaml +++ b/starters/landing-page/config/_default/params.yaml @@ -31,6 +31,7 @@ header: navbar: enable: true blox: "navbar" + align: "center" fixed_to_top: true logo: text: "" diff --git a/starters/landing-page/content/_index.md b/starters/landing-page/content/_index.md index b126ba5e..e6e166ae 100644 --- a/starters/landing-page/content/_index.md +++ b/starters/landing-page/content/_index.md @@ -20,10 +20,10 @@ sections: text: Read the docs url: https://docs.hugoblox.com announcement: - text: Announcing the release of version 1. + text: "Announcing the release of version 1." link: - text: Read more - url: /blog/ + text: "Read more" + url: "/blog/" design: spacing: padding: [0, 0, 0, 0] diff --git a/starters/landing-page/go.mod b/starters/landing-page/go.mod index 1649a01c..e456518d 100644 --- a/starters/landing-page/go.mod +++ b/starters/landing-page/go.mod @@ -4,5 +4,5 @@ go 1.19 require ( github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b - github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20240103201312-35f75d5b7e3b + github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.2-0.20240113174520-1975d0f568ff )