aboutsummaryrefslogtreecommitdiff
path: root/_posts/_posts.11tydata.js
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-10-20 00:50:13 -0600
committerMelody Horn <melody@boringcactus.com>2024-10-20 00:50:13 -0600
commit20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1 (patch)
tree581215692655d6c8aad8a52efecb6548d31dec48 /_posts/_posts.11tydata.js
parent94428eb8b097f201978dbc0e70afe1c04d338082 (diff)
downloadboringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.tar.gz
boringcactus.com-20a2b5a243b5e04f8d18963fd8f62e29a1f8cff1.zip
salvage two percent of my chostsHEADmain
Diffstat (limited to '_posts/_posts.11tydata.js')
-rw-r--r--_posts/_posts.11tydata.js1
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":