Shopify / dawn

Shopify's first source available reference theme, with Online Store 2.0 features and performance built-in.
Other
2.54k stars 3.44k forks source link

Fixed the syntax error for dynamically generating the HTML Tag, #3623

Open nomandhoni-cs opened 1 month ago

nomandhoni-cs commented 1 month ago

PR Summary:

The tag name is being dynamically generated based on a Liquid condition, which isn't valid HTML syntax. To fix this, I separated the Liquid logic from the HTML tag declaration.

Issue

image

Why are these changes introduced?

Fixes #0.

What approach did you take?

Other considerations

Decision log

# Decision Alternatives Rationale Downsides
1

Visual impact on existing themes

Testing steps/scenarios

Demo links

Checklist