drone build Wed Sep 9 14:03:37 PDT 2026
This commit is contained in:
@@ -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>
|
||||
@@ -1759,6 +1759,20 @@ switch (currentThemeValue) {
|
||||
<h2 data-ha-exclude="" id="related-posts">related posts</h2>
|
||||
<ol id="postlist">
|
||||
|
||||
<li class="post">
|
||||
<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/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>
|
||||
|
||||
<li class="post">
|
||||
<a class="postlink" href="/log-cabin-dishtowels/">
|
||||
<h2 data-ha-exclude="" id="log-cabin-dishtowels">log cabin dishtowels </h2>
|
||||
@@ -1787,20 +1801,6 @@ switch (currentThemeValue) {
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<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/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>
|
||||
|
||||
</ol>
|
||||
|
||||
</section>
|
||||
@@ -1839,7 +1839,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>
|
||||
@@ -1853,6 +1853,6 @@ switch (currentThemeValue) {
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/pink-lime-and-grey-shawl/` was built on 2026-09-09T20:38:02.940Z -->
|
||||
<!-- This page `/pink-lime-and-grey-shawl/` was built on 2026-09-09T21:03:20.363Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user