Created
September 11, 2022 01:45
-
-
Save haroldao/bf2503ec87227d13cc4d64da50d52a59 to your computer and use it in GitHub Desktop.
Shopify liquid - Know if a link is an external link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if XX contains 'http://' or XX contains 'https://' %}It's an external link{% endif %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment