Closed keerthik closed 1 year ago
Jekyll partials are not 1-1 compatible with Hugo partials or snippets. These are the steps to create partials that work:
RenderShortcodes
func to be available
(need to modify your github runner config file for this)content
folder
(eg: /content/snippets/dicestormintro.md
)include.html
within the layout
folder (of your site, not your theme) following the example in the RenderShortcodes
docs{{% include "/snippets/dicestormintro.md" %}}
)Fixed by commit 9a40a5b2d8b7ffc421670d6e0ae05fdbfd7f4366
Several posts have partials in the intro shown in the summaries and the text