We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8616a93 commit 4333182Copy full SHA for 4333182
assets/custom.scss
@@ -135,11 +135,17 @@ ul.projects {
135
}
136
137
138
-.heading-link {
+.heading-link,
139
+.heading-link:hover {
140
+ color: var(--bs-body-color);
141
border-bottom: none;
- &::before {
142
+}
143
+
144
145
+ &::after {
146
font-size: 1rem;
147
content: "🔗";
148
+ padding-left: 10px;
149
150
151
layouts/_default/_markup/render-heading.html
@@ -1,2 +1,2 @@
1
2
-<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a class="heading-link" href="#{{ .Anchor | safeURL }}"></a></h{{ .Level }}>
+<a class="heading-link d-flex flex-col" href="#{{ .Anchor | safeURL }}"><h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}</h{{ .Level }}></a>
0 commit comments