diff --git a/layouts/partials/paige/a.html b/layouts/partials/paige/a.html
index d5282bd0..942b137d 100644
--- a/layouts/partials/paige/a.html
+++ b/layouts/partials/paige/a.html
@@ -3,4 +3,4 @@
{{ $href := .href }}
{{ $style := .style }}
-{{ $content }}
+{{ $content }}
diff --git a/layouts/partials/paige/link.html b/layouts/partials/paige/link.html
index 80415774..7efcb1a0 100644
--- a/layouts/partials/paige/link.html
+++ b/layouts/partials/paige/link.html
@@ -16,4 +16,4 @@
{{ $integrity = $resource.Data.Integrity }}
{{ end }}
-
+
diff --git a/layouts/partials/paige/links.html b/layouts/partials/paige/links.html
index 8a9dd7ec..16db82da 100644
--- a/layouts/partials/paige/links.html
+++ b/layouts/partials/paige/links.html
@@ -1,13 +1,13 @@
-
-
-
+
+
+
{{ if ne (relLangURL "favicon.ico") "/favicon.ico" }}
-
+
{{ end }}
-
-
-
-
+
+
+
+
{{ partial "paige/link.html" (dict
"href" (.Site.Params.paige.bootstrap.icons.link_href | default "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css")
"integrity" .Site.Params.paige.bootstrap.icons.link_integrity
@@ -28,6 +28,6 @@
{{ if .AlternativeOutputFormats }}
{{ $title := partial "paige/func-title.html" . }}
{{ range .AlternativeOutputFormats }}
-
+
{{ end }}
{{ end }}
diff --git a/layouts/partials/paige/menu.html b/layouts/partials/paige/menu.html
index f3bfc353..ab71dbc9 100644
--- a/layouts/partials/paige/menu.html
+++ b/layouts/partials/paige/menu.html
@@ -24,6 +24,6 @@
{{ $pagePath := strings.TrimPrefix $basepath $.RelPermalink }}
{{ $menuPath := strings.TrimPrefix $basepath .URL }}
{{ $active := or (and (eq $menuPath `/`) (eq $pagePath `/`)) (and (ne $menuPath `/`) (hasPrefix $pagePath $menuPath)) }}
- {{ .Name }}
+ {{ .Name }}
{{ end }}
diff --git a/layouts/partials/paige/script.html b/layouts/partials/paige/script.html
index 2a51668d..ccc13e9a 100644
--- a/layouts/partials/paige/script.html
+++ b/layouts/partials/paige/script.html
@@ -18,4 +18,4 @@
{{ $src = $resource.RelPermalink }}
{{ end }}
-
+