diff options
author | Melody Horn <melody@boringcactus.com> | 2024-10-20 00:50:13 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-10-20 00:50:13 -0600 |
commit | 20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 (patch) | |
tree | 581215692655d6c8aad8a52efecb6548d31dec48 /_posts/_posts.11tydata.js | |
parent | 94428eb8b097f201978dbc0e70afe1c04d338082 (diff) | |
download | boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.tar.gz boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.zip |
Diffstat (limited to '_posts/_posts.11tydata.js')
-rw-r--r-- | _posts/_posts.11tydata.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_posts/_posts.11tydata.js b/_posts/_posts.11tydata.js index 2e07a0e..bc6ccb4 100644 --- a/_posts/_posts.11tydata.js +++ b/_posts/_posts.11tydata.js @@ -38,6 +38,7 @@ export default { } switch (child.type) { case "text": + case "code_inline": firstParagraph += child.content; break; case "softbreak": |