You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vestride_Shuffle/_layouts/default.html

18 lines
478 B
HTML

{% include head.html %}
{% include nav.html %}
{% if page.includeHeader %}
<header class="container-fluid">
<div class="row-fluid">
<div class="span7">
<h1>Shuffle</h1>
<p>{{ site.defaultDescription }}</p>
<p>By <a href="https://twitter.com/Vestride" target="_blank">@Vestride</a></p>
</div>
</div>
</header>
{% endif %}
<main role="main" id="main" class="language-markup">
{{ content }}
</main>
{% include scripts.html %}
{% include foot.html %}