This commit is contained in:
2026-05-14 09:24:37 -07:00
parent 4af8d68ac9
commit feaaeb30b7
281 changed files with 4425 additions and 4453 deletions

View File

@ -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="2026-01-18">January 17, 2026</time>
<time datetime="2026-01-18">January 18, 2026</time>
by Lee Cattarin
</p>
@ -1599,15 +1599,15 @@ if (window.innerWidth > 650) {
<ol id="postlist">
<li class="post">
<a class="postlink" href="/hand-dyed-gold-handspun/">
<h2 data-ha-exclude="" id="hand-dyed-gold-handspun">hand-dyed gold handspun </h2>
<a class="postlink" href="/handspun-yarn-in-party-mix-and-orange-gold/">
<h2 data-ha-exclude="" id="handspun-yarn-in-party-mix-and-orange-gold">handspun yarn in party mix and orange-gold </h2>
<ul class="postlist-tags">
<li>yarn</li>
</ul>
<img src="/img/gold-handspun.jpg" alt="3 skeins, one small and two large, of a rich golden-orange handspun with light tonal effects, in about a DK weight" loading="lazy" decoding="async" width="1000" height="666">
<img src="/img/handspun0.jpg" alt="4 skeins of handspun yarn, two in a somewhat pastel multicolor and two in a blend of orange, gold, and white." loading="lazy" decoding="async" width="1000" height="750">
</a>
</li>
@ -1627,15 +1627,15 @@ if (window.innerWidth > 650) {
</li>
<li class="post">
<a class="postlink" href="/rambouillet-handspun/">
<h2 data-ha-exclude="" id="rambouillet-handspun">rambouillet handspun </h2>
<a class="postlink" href="/light-grey-jacobs-handspun/">
<h2 data-ha-exclude="" id="light-grey-jacobs-handspun">light grey jacobs handspun </h2>
<ul class="postlist-tags">
<li>yarn</li>
</ul>
<img src="/img/rambouillet-handspun.jpg" alt="1 large and 2 small skeins of handspun yarn in a sport or DK weight that has been dyed in light and dark teal, green, and rusty green-gold." loading="lazy" decoding="async" width="1000" height="666">
<img src="/img/light-grey-jacobs.jpg" alt="a skein of light grey handspun yarn" loading="lazy" decoding="async" width="1000" height="666">
</a>
</li>
@ -1658,8 +1658,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>
@ -1671,6 +1671,6 @@ if (window.innerWidth > 650) {
</footer>
<!-- This page `/coral-reef-handspun/` was built on 2026-05-14T15:56:39.323Z -->
<!-- This page `/coral-reef-handspun/` was built on 2026-05-14T16:22:55.577Z -->
</body>
</html>