22 lines
665 B
HTML
22 lines
665 B
HTML
---
|
|
layout: default
|
|
---
|
|
<section class="docs">
|
|
<div class="grid">
|
|
{% include docs_contents_mobile.html -%}
|
|
<div class="unit four-fifths">
|
|
<article>
|
|
<div class="improve right hide-on-mobiles">
|
|
<a data-proofer-ignore href="https://github.com/jekyll/jekyll/edit/master/docs/{{ page.path }}"><i class="fa fa-pencil"></i> Improve this page</a>
|
|
</div>
|
|
<h1>Step by Step Tutorial</h1>
|
|
<h2>{{ page.position }}. {{ page.title }}</h2>
|
|
{{ content }}
|
|
{% include step-index.html -%}
|
|
</article>
|
|
</div>
|
|
{% include docs_contents.html -%}
|
|
<div class="clear"></div>
|
|
</div>
|
|
</section>
|