Created
April 5, 2019 18:24
-
-
Save whistlerbrad/0963692f9ecf0583b69042410b526a7e to your computer and use it in GitHub Desktop.
Pipeline page template
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
| <!-- /templates/page.liquid --> | |
| {% section 'page-images' %} | |
| <div class="wrapper page-margin"> | |
| <div class="grid"> | |
| <div class="grid__item large--two-thirds push--large--one-sixth"> | |
| <h1 class="text-center h2 templateTitle" style="display:none;">{{ page.title }}</h1> | |
| <div class="rte"> | |
| {{ page.content }} | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment