diff options
author | EuAndreh <eu@euandre.org> | 2023-04-04 17:24:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-04 17:24:12 -0300 |
commit | 419cd721024f5ebc364cdd9014222e0a48221ac7 (patch) | |
tree | 6de46c7c89853514f5b5be30a392bb7570767354 /v2/src/content/tils | |
parent | v2: WIP genhtml via envsubst (diff) | |
download | euandre.org-419cd721024f5ebc364cdd9014222e0a48221ac7.tar.gz euandre.org-419cd721024f5ebc364cdd9014222e0a48221ac7.tar.xz |
v2/: HTML! Handle pages, multiple languages, and snippets
Diffstat (limited to 'v2/src/content/tils')
-rw-r--r-- | v2/src/content/tils/lisp-three-way-conditional.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v2/src/content/tils/lisp-three-way-conditional.md b/v2/src/content/tils/lisp-three-way-conditional.md index f53451b..81920c4 100644 --- a/v2/src/content/tils/lisp-three-way-conditional.md +++ b/v2/src/content/tils/lisp-three-way-conditional.md @@ -4,7 +4,7 @@ title: Three-way conditional for number signs on Lisp date: 2021-04-24 3 -updated_at: 2021-08-14 +update: 2021-08-14 layout: post |