diff options
author | EuAndreh <eu@euandre.org> | 2025-04-10 15:46:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-10 15:46:44 -0300 |
commit | 8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4 (patch) | |
tree | 6be2d045f7e27a0c196f899b0b9be6a126bc3a47 /src/content/tils/2021 | |
parent | src/content/style.css: Give #updated-at the same styling as #published-at (diff) | |
download | euandre.org-8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4.tar.gz euandre.org-8b71e1a23a8da5081a42b7b3e71d7cf81b329bf4.tar.xz |
src/content/: Recover article updated-at metadata
Diffstat (limited to 'src/content/tils/2021')
-rw-r--r-- | src/content/tils/2021/04/24/clojure-autocurry.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2021/04/24/scm-nif.adoc | 1 | ||||
-rw-r--r-- | src/content/tils/2021/08/11/js-bigint-reviver.adoc | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/content/tils/2021/04/24/clojure-autocurry.adoc b/src/content/tils/2021/04/24/clojure-autocurry.adoc index fdc71f2..a2c2835 100644 --- a/src/content/tils/2021/04/24/clojure-autocurry.adoc +++ b/src/content/tils/2021/04/24/clojure-autocurry.adoc @@ -1,5 +1,6 @@ = Clojure auto curry :sort: 1 +:updatedat: 2021-04-27 :defcurry-orig: https://lorettahe.github.io/clojure/2016/09/22/clojure-auto-curry diff --git a/src/content/tils/2021/04/24/scm-nif.adoc b/src/content/tils/2021/04/24/scm-nif.adoc index 7177355..d057d66 100644 --- a/src/content/tils/2021/04/24/scm-nif.adoc +++ b/src/content/tils/2021/04/24/scm-nif.adoc @@ -1,6 +1,7 @@ = Three-way conditional for number signs on Lisp :categories: lisp, scheme, common lisp :sort: 2 +:updatedat: 2021-08-14 :on-lisp: https://www.paulgraham.com/onlisptext.html :sicp: https://mitpress.mit.edu/sites/default/files/sicp/index.html diff --git a/src/content/tils/2021/08/11/js-bigint-reviver.adoc b/src/content/tils/2021/08/11/js-bigint-reviver.adoc index 657248a..f7dd3de 100644 --- a/src/content/tils/2021/08/11/js-bigint-reviver.adoc +++ b/src/content/tils/2021/08/11/js-bigint-reviver.adoc @@ -1,4 +1,5 @@ = Encoding and decoding JavaScript BigInt values with reviver +:updatedat: 2021-08-13 :reviver-fn: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#using_the_reviver_parameter :bigint: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt |