all repos — h3rald @ a9ea069e68ffd6828323128108668343c0bcb63a

The sources of https://h3rald.com

Fixes.
h3rald h3rald@h3rald.com
Fri, 06 Dec 2024 13:48:19 +0000
commit

a9ea069e68ffd6828323128108668343c0bcb63a

parent

c77ee5427e5f1d2c87747cc3473b42a4bb20d7f5

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M contents/articles/december-adventure-2024.mdcontents/articles/december-adventure-2024.md

@@ -116,7 +116,7 @@ * MacOS (ARM64)

* [αcτµαlly pδrταblε εxεcµταblε](https://justine.lol/ape.html) * [WebAssembly](https://webassembly.org) -I also created the [/get](https://hex.2c.fyi/get/) page for the hex web site, which called for improving a little bit the bare-bones [static site generator](https://github.com/h3rald/hex/blob/master/web.hex) script that I wrote in hex itself. Essentially, I added a general way to replace tags like `{{release}}` or `{{title}}` with some values. +I also created the [/get](https://hex.2c.fyi/get/) page for the hex web site, which called for improving a little bit the bare-bones [static site generator](https://github.com/h3rald/hex/blob/master/web.hex) script that I wrote in hex itself. Essentially, I added a general way to replace tags like `\{\{release\}\}` or `\{\{title\}\}` with some values. First, a helper symbol that expects a strings on the stack, and wraps it in double curly brackets: