Skip to content

Commit 90eb004

Browse files
committed
Update post + add author
1 parent 219ad25 commit 90eb004

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

site/db.edn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@
8787
:image "https://avatars.githubusercontent.com/u/4629681?v=4"
8888
:email ""
8989
:affiliation [:scicloj]
90-
:links [{:icon "github" :href "https://github.com/joinr"}]}]
90+
:links [{:icon "github" :href "https://github.com/joinr"}]}
91+
{:id :emilbengtsson
92+
:name "Emil Bengtsson"
93+
:url "https://emil0r.com"
94+
:image "https://avatars.githubusercontent.com/u/49733?v=4"
95+
:links [{:icon "github" :href "https://github.com/emil0r"}]}]
9196

9297
:affiliation
9398
[{:id :clojure.core

src/scicloj/clay/mermaid.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:clay {:title "Mermaid.js"
33
:format [:quarto :html]
44
:quarto {:author :emilbengtsson
5-
:description "Use mermaid.js from within clay"
5+
:description "Explain complex concepts with mermaid.js"
66
:type :post
77
:date "2025-09-05"
88
:image "mermaid.png"

0 commit comments

Comments
 (0)