From 42e27efccddbbc5485eebbf27847ec72426d3825 Mon Sep 17 00:00:00 2001
From: dragoncoder047 <101021094+dragoncoder047@users.noreply.github.com>
Date: Sun, 2 Jun 2024 16:22:54 -0400
Subject: [PATCH] css unit vs number parsing issue
---
build.py | 2 +-
docs/2021/updating-python/index.html | 2 +-
docs/2022/airdrop-for-non-apple-users/index.html | 2 +-
docs/2022/almost-no-javascript/index.html | 2 +-
docs/2022/change-of-plans/index.html | 2 +-
docs/2022/debugger-almost/index.html | 2 +-
docs/2022/first-pull-request/index.html | 2 +-
docs/2022/gah-i-broke-it/index.html | 2 +-
docs/2022/how-i-came-up-with-phoo/index.html | 2 +-
docs/2022/i-still-have-no-idea/index.html | 2 +-
docs/2022/langtons-ant-music/index.html | 2 +-
docs/2022/lisp-practice/index.html | 2 +-
docs/2022/new-site/index.html | 2 +-
docs/2022/partcl/index.html | 2 +-
docs/2022/phoo-is-mostly-finished/index.html | 2 +-
docs/2022/pyodide-issues/index.html | 2 +-
docs/2022/reverse-engineering-the-feedback-360/index.html | 2 +-
docs/2022/school-chromebooks/index.html | 2 +-
docs/2022/scratching-my-head-again/index.html | 2 +-
docs/2022/segfaults/index.html | 2 +-
docs/2022/shifting-gears/index.html | 2 +-
docs/2022/some-unrelated-ideas/index.html | 2 +-
docs/2022/systems-tested/index.html | 2 +-
docs/2022/tehssl/index.html | 2 +-
docs/2022/terminal-troubles/index.html | 2 +-
docs/2022/test-post/index.html | 2 +-
docs/2022/two-down-a-zillion-more-to-go/index.html | 2 +-
docs/2022/ulisp-thoughts/index.html | 2 +-
docs/2022/why-i-prefer-python/index.html | 2 +-
docs/2022/wireworld/index.html | 2 +-
docs/2023/a-very-confusing-data-model/index.html | 2 +-
docs/2023/continuations-and-the-thunk-queue/index.html | 2 +-
docs/2023/error-out-of-memory/index.html | 2 +-
docs/2023/hairy-circuit-layout-issues/index.html | 2 +-
docs/2023/in-search-of-a-brain/index.html | 2 +-
docs/2023/its-september/index.html | 2 +-
docs/2023/lilduino/index.html | 2 +-
docs/2023/manual-memory-management-madness/index.html | 2 +-
docs/2023/not-your-daddys-boost-converter/index.html | 2 +-
docs/2023/phooey-phooey-phooey/index.html | 2 +-
docs/2023/pickle-has-regular-expressions-apparently/index.html | 2 +-
docs/2023/pickle-tokenizer/index.html | 2 +-
docs/2023/pickles/index.html | 2 +-
docs/2023/powerful-pickle-pattern-matching/index.html | 2 +-
docs/2023/schemascii-0/index.html | 2 +-
docs/2023/schemascii-1/index.html | 2 +-
docs/2023/the-god-language/index.html | 2 +-
docs/2023/well-i-got-something/index.html | 2 +-
docs/2023/yet-another-garbage-collector/index.html | 2 +-
docs/2023/zero-thickness-tree/index.html | 2 +-
docs/2024/a-hash-mapped-mess/index.html | 2 +-
docs/2024/depends-on-your-definition-of-viral/index.html | 2 +-
docs/2024/in-defense-of-eval/index.html | 2 +-
docs/2024/order-up/index.html | 2 +-
docs/2024/perhaps-it-was-too-complicated/index.html | 2 +-
docs/2024/the-lesser-of-two-evils/index.html | 2 +-
docs/404.html | 2 +-
docs/_draft/abbreviations-in-context/index.html | 2 +-
docs/_draft/babys-first-regular-expression-engine/index.html | 2 +-
docs/_draft/generalized-wire-cellular-automata/index.html | 2 +-
docs/_draft/online-quackery/index.html | 2 +-
docs/archives/index.html | 2 +-
docs/index.html | 2 +-
docs/page2/index.html | 2 +-
docs/page3/index.html | 2 +-
docs/page4/index.html | 2 +-
docs/page5/index.html | 2 +-
docs/page6/index.html | 2 +-
docs/tag/arduino/index.html | 2 +-
docs/tag/armdroid/index.html | 2 +-
docs/tag/c/index.html | 2 +-
docs/tag/c/page2/index.html | 2 +-
docs/tag/cellular-automata/index.html | 2 +-
docs/tag/css/index.html | 2 +-
docs/tag/electronics/index.html | 2 +-
docs/tag/game-design/index.html | 2 +-
docs/tag/garbage-collector/index.html | 2 +-
docs/tag/javascript/index.html | 2 +-
docs/tag/language-design/index.html | 2 +-
docs/tag/language-design/page2/index.html | 2 +-
docs/tag/lisp/index.html | 2 +-
docs/tag/machine-learning/index.html | 2 +-
docs/tag/phoo/index.html | 2 +-
docs/tag/programming/index.html | 2 +-
docs/tag/programming/page2/index.html | 2 +-
docs/tag/programming/page3/index.html | 2 +-
docs/tag/programming/page4/index.html | 2 +-
docs/tag/python/index.html | 2 +-
docs/tag/reverse-engineering/index.html | 2 +-
docs/tag/robotics/index.html | 2 +-
docs/tag/youtube/index.html | 2 +-
docs/tags/index.html | 2 +-
92 files changed, 92 insertions(+), 92 deletions(-)
diff --git a/build.py b/build.py
index 71ed298..3b65ac9 100755
--- a/build.py
+++ b/build.py
@@ -16,7 +16,7 @@
SITEURL = "https://dragoncoder047.github.io/blog"
LOGO = "/images/yazani/yazani_1_extracted_bg.png"
LOGO_AREA_HTML = ('{SITENAME}
{SITESUBTITLE}
'
'