diff --git a/README.md b/README.md index 8751368..56300b0 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ You can install hugo extended with Chocolatey using an admin powershell and: choco install hugo-extended ``` +## WARNING: +Currently build is failing due to an upstream Hugo component calling .Site.Social (should be .Params.Social), will remove this warning once latest Hugo version has fixed itself. For now, downgrading to 2nd most recent (as of writing) v0.135-1, fixes build issue. + +Pacman example: (If it's in your package cache) +```sh +pacman -U file:///var/cache/pacman/pkg/package-old_version.pkg.tar.type +``` + +_I will be excited when we have no external dependencies -Devon_ + ### 👉 Install Dependencies Install all the dependencies using the following command. diff --git a/content/english/_index.md b/content/english/_index.md index 2fcd98b..041e120 100644 --- a/content/english/_index.md +++ b/content/english/_index.md @@ -65,7 +65,7 @@ features: link: "/about" - title: "Companies Value Handmade" - title_class: "text-center" + title_class: "text-center mt-16 mb-12" image: "" side: "center" swiper: diff --git a/layouts/index.html b/layouts/index.html index d0a929f..e47a9ed 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -100,9 +100,11 @@ {{ if eq .side "center" }}