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; }