Created
March 1, 2022 04:53
-
-
Save svaustin66/6c70fb9bb9e2eb572392068f4de33080 to your computer and use it in GitHub Desktop.
Code for the Custom Liquid section
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
| {% comment %} | |
| The 4 code bits below are added to the Custom liquid section that you'll add to each policy page | |
| in Theme Customization in the Shopify admin. | |
| Only add one code bit to each Custom Liquid section. | |
| {% endcomment %} | |
| <div class="content"> | |
| {{ shop.refund_policy }} | |
| </div> | |
| <div class="content"> | |
| {{ shop.shipping_policy }} | |
| </div> | |
| <div class="content"> | |
| {{ shop.privacy_policy }} | |
| </div> | |
| <div class="content"> | |
| {{ shop.terms_of_service }} | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment