Skip to content

Commit 747dbe9

Browse files
title should be under clay, not quarto
1 parent f5ce6d5 commit 747dbe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/code_interview/beating/with_stupid_stuff/z_combinator_gambit.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
^{:kindly/hide-code true
2-
:clay {:quarto {:title "The Z-Combinator Gambit"
3-
:type :post
2+
:clay {:title "The Z-Combinator Gambit"
3+
:quarto {:type :post
44
:image "z-combinator.jpg"
55
:author [:chouser :timothypratley]
66
:date "2025-05-25"

notebooks/core/async/flow/visualization/flow_elk.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
^{:kindly/hide-code true
2-
:clay {:quarto {:title "Flow to ELK data transformation"
3-
:author :timothypratley
2+
:clay {:title "Flow to ELK data transformation"
3+
:quarto {:author :timothypratley
44
:draft true
55
:category :clojure
66
:tags [:core.async :core.async.flow]}}}

0 commit comments

Comments
 (0)