drone build Wed Sep 9 14:03:37 PDT 2026
This commit is contained in:
+11
-11
@@ -1616,13 +1616,13 @@ var currentThemeValue = localStorage.getItem(THEME);
|
||||
switch (currentThemeValue) {
|
||||
case "light":
|
||||
themeLight.checked = true;
|
||||
break;
|
||||
case "auto":
|
||||
themeAuto.checked = true;
|
||||
themeAuto.checked = false;
|
||||
break;
|
||||
case "dark":
|
||||
themeDark.checked = true;
|
||||
themeAuto.checked = false;
|
||||
break;
|
||||
case "auto":
|
||||
default:
|
||||
themeAuto.checked = true;
|
||||
}</script>
|
||||
@@ -1758,15 +1758,15 @@ switch (currentThemeValue) {
|
||||
<ol id="postlist">
|
||||
|
||||
<li class="post">
|
||||
<a class="postlink" href="/log-cabin-dishtowels/">
|
||||
<h2 data-ha-exclude="" id="log-cabin-dishtowels">log cabin dishtowels </h2>
|
||||
<a class="postlink" href="/loud-table-runner/">
|
||||
<h2 data-ha-exclude="" id="loud-table-runner">loud table runner </h2>
|
||||
|
||||
<ul class="postlist-tags">
|
||||
|
||||
<li>weaving</li>
|
||||
|
||||
</ul>
|
||||
<img src="/img/log-cabin-dishtowels.jpg" alt="A two image collage. Image one shows 1 dishtowel fully laid out and 2 folded next to the yarn used in them. They are navy blue, yellow, and beige and in the log cabin pattern, which alternates blocks of horizontal and vertical light-dark stripes (light is yellow or beige depending, dark is always navy). They have a fringed hem on two opposing sides. Image 2 is a closeup on the pattern." loading="lazy" decoding="async" width="1000" height="1777">
|
||||
<img src="/img/loud-table-runner.jpg" alt="Folded long piece of fabric on a table. It is randomly mixed magenta, lime green, and wine purple, with occasional stripes of something glittery, fuzzy, or satiny in a variety of complementary colors. The ends have twisted fringe." loading="lazy" decoding="async" width="1000" height="750">
|
||||
|
||||
</a>
|
||||
</li>
|
||||
@@ -1786,15 +1786,15 @@ switch (currentThemeValue) {
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a class="postlink" href="/loud-table-runner/">
|
||||
<h2 data-ha-exclude="" id="loud-table-runner">loud table runner </h2>
|
||||
<a class="postlink" href="/log-cabin-dishtowels/">
|
||||
<h2 data-ha-exclude="" id="log-cabin-dishtowels">log cabin dishtowels </h2>
|
||||
|
||||
<ul class="postlist-tags">
|
||||
|
||||
<li>weaving</li>
|
||||
|
||||
</ul>
|
||||
<img src="/img/loud-table-runner.jpg" alt="Folded long piece of fabric on a table. It is randomly mixed magenta, lime green, and wine purple, with occasional stripes of something glittery, fuzzy, or satiny in a variety of complementary colors. The ends have twisted fringe." loading="lazy" decoding="async" width="1000" height="750">
|
||||
<img src="/img/log-cabin-dishtowels.jpg" alt="A two image collage. Image one shows 1 dishtowel fully laid out and 2 folded next to the yarn used in them. They are navy blue, yellow, and beige and in the log cabin pattern, which alternates blocks of horizontal and vertical light-dark stripes (light is yellow or beige depending, dark is always navy). They have a fringed hem on two opposing sides. Image 2 is a closeup on the pattern." loading="lazy" decoding="async" width="1000" height="1777">
|
||||
|
||||
</a>
|
||||
</li>
|
||||
@@ -1837,7 +1837,7 @@ switch (currentThemeValue) {
|
||||
light
|
||||
</label>
|
||||
|
||||
<input type="radio" id="theme-auto" name="theme" value="auto">
|
||||
<input type="radio" id="theme-auto" name="theme" value="auto" checked="">
|
||||
<label class="theme-auto" for="theme-auto">
|
||||
auto
|
||||
</label>
|
||||
@@ -1851,6 +1851,6 @@ switch (currentThemeValue) {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/rainbow-shawl/` was built on 2026-09-09T20:38:02.907Z -->
|
||||
<!-- This page `/rainbow-shawl/` was built on 2026-09-09T21:03:20.336Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user