diff options
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": |