mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
This is the big site redesign by @cobyism. To work with the new site deployment mechanism, it is being copied from the gh-pages branch of that PR into the existing site dir. Before we finally deploy the new site, we should remember to merge #583 so that we keep all the history from that PR.
22 lines
359 B
HTML
22 lines
359 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<section class="docs">
|
|
<div class="content">
|
|
|
|
<div class="grid10 first">
|
|
<article>
|
|
<h1>{{ page.title }}</h1>
|
|
{{ content }}
|
|
{% include section_nav.html %}
|
|
</article>
|
|
</div>
|
|
|
|
{% include docs_contents.html %}
|
|
|
|
<div class="clear"></div>
|
|
|
|
</div>
|
|
</section>
|