Skip to content

Instantly share code, notes, and snippets.

View ShayneP's full-sized avatar

Shayne Parmelee ShayneP

View GitHub Profile
<h1>{{ section.settings.header }}</h1>
{%- assign count = section.settings.reviews_count | escape -%}
<ul>
{% for i in (1..count) %}
<li>Review number {{ forloop.index }}</li>
{% endfor %}
</ul>
{% schema %}
@ShayneP
ShayneP / 0_reuse_code.js
Last active August 29, 2015 14:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console