-
-
Notifications
You must be signed in to change notification settings - Fork 383
Open
Description
Summary
The callout shortcode template file (layouts/shortcodes/callout.html) is present in version @thulite/[email protected] but missing in 1.8.2 and 1.8.3 causing Hugo build errors: Error: template for shortcode "callout" not found. The documentation still lists callout as a supported shortcode.
Steps to reproduce
npm install @thulite/[email protected]- Check:
node_modules/@thulite/doks-core/layouts/shortcodes/callout.htmlexists. npm install @thulite/[email protected]- File is missing; Hugo fails on
{{< callout >}}.
Expected behavior
- Either the
callout.htmltemplate should continue to be shipped in patch releases. - Or the removal should be documented in the changelog and documentation updated accordingly.
Environment
hugo v0.145.0-666444f0a52132f9fec9f71cf25b441cc6a4f355+extended darwin/arm64 BuildDate=2025-02-26T15:41:25Z VendorInfo=gohugoio
npm 11.4.2
Metadata
Metadata
Assignees
Labels
No labels