Skip to content

Instantly share code, notes, and snippets.

@IliasHad
Last active December 1, 2020 23:11
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/ed37b9f62111700830940584949ce098 to your computer and use it in GitHub Desktop.
Save IliasHad/ed37b9f62111700830940584949ce098 to your computer and use it in GitHub Desktop.
<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">
{% capture view %}{%- render 'querystring', param: "refer" -%}{% endcapture %}
{% unless view == blank %}
Hey, You're comming from {{view }}
{{ page.content }}
{% endunless %}
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment