From 5066bc43fa6b424e1b5b7ee9e0e642ad9054d5a2 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 14 Dec 2022 00:47:34 -0800 Subject: [PATCH] Rename headerlink to paigeheaderlink --- layouts/partials/paige-content.html | 2 +- layouts/partials/paige-style.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/paige-content.html b/layouts/partials/paige-content.html index 43400524..3fb32b39 100644 --- a/layouts/partials/paige-content.html +++ b/layouts/partials/paige-content.html @@ -1,3 +1,3 @@ {{ with .Content }} -{{ . | replaceRE `()` `${1}${3}` | safeHTML }} +{{ . | replaceRE `()` `${1}${3}` | safeHTML }} {{ end }} diff --git a/layouts/partials/paige-style.html b/layouts/partials/paige-style.html index 6a2deccc..0794cc12 100644 --- a/layouts/partials/paige-style.html +++ b/layouts/partials/paige-style.html @@ -13,11 +13,11 @@ margin-bottom: 0; } - h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink, h6:hover .headerlink { + h1:hover .paigeheaderlink, h2:hover .paigeheaderlink, h3:hover .paigeheaderlink, h4:hover .paigeheaderlink, h5:hover .paigeheaderlink, h6:hover .paigeheaderlink { display: inline; } - .headerlink { + .paigeheaderlink { display: none; margin-left: 0.25rem; }