all repos — hex @ 58baecdbecf21c23285ec5c56ff7bfe219f8ce5c

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Mon, 02 Dec 2024 15:04:35 +0100
commit

58baecdbecf21c23285ec5c56ff7bfe219f8ce5c

parent

bf132c89d800c4ad4a435aeaef5656e72f6a6971

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

jump to
M web.hexweb.hex

@@ -22,7 +22,7 @@ t_page read "{{content}}" content replace "new_content" store

(fn_content "home.html" ==) (d_out "/index.html" cat "dst_file" store) ( - ("sh -c \"mkdir -p " d_out "/" id_content "\"") () map "" exec + ("sh -c \"mkdir -p " d_out "/" id_content "\"") () map "" join exec (d_out id_content "index.html") () map "/" join "dst_file" store ) if