build
This commit is contained in:
@ -1410,7 +1410,7 @@ class HeadingAnchors extends HTMLElement {
|
||||
anchor.classList.add(HeadingAnchors.classes.anchor);
|
||||
|
||||
let content = this.getContent();
|
||||
anchor.innerHTML = `<span aria-labelledby=${heading.id}>${content}</span>`;
|
||||
anchor.innerHTML = `<span aria-labelledby=${heading.id}>${content}</span>`; // CHANGED HERE
|
||||
|
||||
anchor.addEventListener("focus", e => {
|
||||
let anchor = e.target.closest(`.${HeadingAnchors.classes.anchor}`);
|
||||
@ -1532,7 +1532,7 @@ if (window.innerWidth > 650) {
|
||||
<div class="post-metadata">
|
||||
<p>
|
||||
posted on
|
||||
<time datetime="2025-05-26">May 25, 2025</time>
|
||||
<time datetime="2025-05-26">May 26, 2025</time>
|
||||
by Lee Cattarin
|
||||
</p>
|
||||
|
||||
@ -1622,8 +1622,8 @@ if (window.innerWidth > 650) {
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/" title="go home" aria-label="go home | hello hello from Lee Cattarin in 2026">
|
||||
hello hello from Lee Cattarin in 2026</a>
|
||||
<a href="/" title="go home" aria-label="go home | hello hello from Lee Cattarin, 2022-2026">
|
||||
hello hello from Lee Cattarin, 2022-2026</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
@ -1635,6 +1635,6 @@ if (window.innerWidth > 650) {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/art-shows-and-events/` was built on 2026-05-14T15:56:39.327Z -->
|
||||
<!-- This page `/art-shows-and-events/` was built on 2026-05-14T16:22:55.580Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user