Skip to content

Instantly share code, notes, and snippets.

@whistlerbrad
Created April 5, 2019 18:24
Show Gist options
  • Save whistlerbrad/0963692f9ecf0583b69042410b526a7e to your computer and use it in GitHub Desktop.
Save whistlerbrad/0963692f9ecf0583b69042410b526a7e to your computer and use it in GitHub Desktop.
Pipeline page template
<!-- /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