Skip to content

Instantly share code, notes, and snippets.

@IliasHad
Created December 1, 2020 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IliasHad/c3d22d4e06456bc42a8e1b1b93f7d744 to your computer and use it in GitHub Desktop.
Save IliasHad/c3d22d4e06456bc42a8e1b1b93f7d744 to your computer and use it in GitHub Desktop.
{% capture code %}{%- render 'querystring', param: "code" -%}{% endcapture %}
{% if code == "iliashaddad"%}
<div class="page-width">
<div class="grid">
<div class="grid__item medium-up--five-sixths medium-up--push-one-twelfth">
<div class="section-header text-center">
<h1>{{ page.title }}</h1>
</div>
<div class="rte">
{{ page.content }}
</div>
</div>
</div>
</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment