fix error in thought

This commit is contained in:
gnat 2024-09-03 04:05:39 -07:00
parent 7a5830a6ef
commit f00495e1de

View File

@ -8,7 +8,7 @@ $[cat ./scripts/img-caption]
</xmp></pre>
Have I mentioned how much I love that a significant portion of the content on this site is generated by bash script?<br><br>
The above file is included here with <code>$[echo \$[cat ./scripts/img-caption]]</code>. I greatly enjoy this.
The above file is included here with <code>$\[echo $\[cat ./scripts/img-caption]]</code>. I greatly enjoy this.
</p>
<p>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.