From cef96b4602d95265c70eb90c649c88da16debc87 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Thu, 15 Dec 2022 22:24:23 -0800 Subject: [PATCH] Change relURL to relLangURL --- layouts/_default/home.html | 4 ++-- layouts/partials/paige-link.html | 4 ++-- layouts/partials/paige-script.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 03b6e77a..a54c1d0b 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -3,11 +3,11 @@ {{ partial "paige-description.html" . }} {{ partial "paige-date.html" . }} {{ with .Params.stretch }} -
+
{{ end }} {{ with .Params.center }}

- +

{{ end }} {{ with .Params.greeting }} diff --git a/layouts/partials/paige-link.html b/layouts/partials/paige-link.html index afa37392..e00cf183 100644 --- a/layouts/partials/paige-link.html +++ b/layouts/partials/paige-link.html @@ -1,10 +1,10 @@ {{ with .Site.Params.paige_bootstrap_styles }} - + {{ else }} {{ end }} {{ with .Site.Params.paige_bootstrap_icons }} - + {{ else }} {{ end }} diff --git a/layouts/partials/paige-script.html b/layouts/partials/paige-script.html index 542563e2..dbf03457 100644 --- a/layouts/partials/paige-script.html +++ b/layouts/partials/paige-script.html @@ -1,5 +1,5 @@ {{ with .Site.Params.paige_bootstrap_scripts }} - + {{ else }} {{ end }}