particle
particle copied to clipboard
Inline SVG breaks drupal
trafficstars
{% include '@atoms/image/_svg.twig' with { svgpath: '@atoms/icon/svg/file.svg', } %}
It works well in PL but it breaks Drupal.
The logo is set in the same way in the branding component, but in Drupal a preprocess function is used to set the assets path. So I think is a known problem which has no general solution yet?