You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hugobloxtest\content\es\documentos\_index.md:6:1": failed to extract shortcode: template for shortcode "list_children" not found
hugobloxtest\content\es\documentos\_index.md:6:1:
{{< list_children >}}
hugo v0.119.0-b84644c008e0dc2c4b67bd69cccf87a41a03937e+extended windows/amd64 BuildDate=2023-09-24T15:20:17Z VendorInfo=gohugoio
Apparently the list_children shortcode is available for hugoblox bootstrap, but not for tailwind:
modules/blox-bootstrap/layouts/shortcodes/list_children.html - OK
modules/blox-tailwind/layouts/shortcodes/list_children.html - Not there
This issue is stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.
If this is a bug and you can still reproduce this error on the main branch, consider contributing a Pull Request with a fix.
If this is a feature request, and you feel that it is still relevant and valuable, consider contributing a Pull Request for review.
This issue will automatically close soon if no further activity occurs. Thank you for your contributions.
Prerequisites
Proposal
In the docs (https://docs.hugoblox.com/reference/markdown/) there is a recipe for 'Listing child pages'. However the
list_children
shortcode is apparently missing:Produces this error:
Apparently the list_children shortcode is available for hugoblox bootstrap, but not for tailwind:
modules/blox-bootstrap/layouts/shortcodes/list_children.html - OK
modules/blox-tailwind/layouts/shortcodes/list_children.html - Not there
I am using the https://github.com/HugoBlox/theme-landing-page theme.
Motivation and context
Improve the docs and/or fix bugs
The text was updated successfully, but these errors were encountered: