From f00495e1dea6be3e344e93164a45293c63d4ebcd Mon Sep 17 00:00:00 2001
From: gnat
Date: Tue, 3 Sep 2024 04:05:39 -0700
Subject: [PATCH] fix error in thought
---
html/thoughts/less-technical-debt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/thoughts/less-technical-debt b/html/thoughts/less-technical-debt
index cc878ab..171026d 100644
--- a/html/thoughts/less-technical-debt
+++ b/html/thoughts/less-technical-debt
@@ -8,7 +8,7 @@ $[cat ./scripts/img-caption]
Have I mentioned how much I love that a significant portion of the content on this site is generated by bash script?
-The above file is included here with $[echo \$[cat ./scripts/img-caption]]
. I greatly enjoy this.
+The above file is included here with $\[echo $\[cat ./scripts/img-caption]]
. I greatly enjoy this.
Given that the css that is included in every site has now been standardized, I should probably start generalizing the start of each html document such that I can change one file to update the head section of all documents.