fix: correct shop macro paths to storefront in all macro files

Fix self-referencing documentation examples in storefront macros
that incorrectly used shared/macros/shop/ instead of storefront/.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 21:47:39 +01:00
parent 8856803216
commit b58dd9d19d
15 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
Trust signals and security indicators for e-commerce.
Usage:
{% from 'shared/macros/shop/trust-badges.html' import trust_badges, trust_banner, payment_icons, guarantee_badge %}
{% from 'shared/macros/storefront/trust-badges.html' import trust_badges, trust_banner, payment_icons, guarantee_badge %}
#}