diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html
index 39b1a9a7..17c535a1 100644
--- a/layouts/_default/_markup/render-heading.html
+++ b/layouts/_default/_markup/render-heading.html
@@ -1 +1 @@
-{{ .Text | safeHTML }}
+{{ .Text | safeHTML }}
diff --git a/layouts/partials/paige-style.html b/layouts/partials/paige-style.html
index 3da9084c..2fb3b9c9 100644
--- a/layouts/partials/paige-style.html
+++ b/layouts/partials/paige-style.html
@@ -17,11 +17,11 @@
margin-bottom: 0;
}
- h1:hover .paigeheaderlink, h2:hover .paigeheaderlink, h3:hover .paigeheaderlink, h4:hover .paigeheaderlink, h5:hover .paigeheaderlink, h6:hover .paigeheaderlink {
+ h1:hover .paige-header-link, h2:hover .paige-header-link, h3:hover .paige-header-link, h4:hover .paige-header-link, h5:hover .paige-header-link, h6:hover .paige-header-link {
display: inline;
}
- .paigeheaderlink {
+ .paige-header-link {
display: none;
margin-left: 0.3rem;
}
diff --git a/layouts/partials/paige-title.html b/layouts/partials/paige-title.html
index 349e0028..e5c81a30 100644
--- a/layouts/partials/paige-title.html
+++ b/layouts/partials/paige-title.html
@@ -4,5 +4,5 @@
{{ $class = "display-1" }}
{{ end }}
{{ $title := .Title | markdownify }}
-
{{ if .Params.link }}{{ $title }}{{ else }}{{ $title }}{{ end }}{{ if .Scratch.Get "paige_show_full_pages" }}{{ end }}
+{{ if .Params.link }}{{ $title }}{{ else }}{{ $title }}{{ end }}{{ if .Scratch.Get "paige_show_full_pages" }}{{ end }}
{{ end }}