Remove heading-link class

It was used to make both website title and page titles in summaries not
have link color. Instead, just directly configure those elements.
This commit is contained in:
2025-08-08 01:41:38 -05:00
parent 322928ed7a
commit 52a6440011
5 changed files with 13 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<div class="top">
<header class="header">
<a class="heading-link" href="{{ .Site.Home.Permalink | absLangURL }}">
<a href="{{ .Site.Home.Permalink | absLangURL }}">
{{ .Site.Title | markdownify }}
</a>
</header>