Remove component layout page

This commit is contained in:
Paulus Schoutsen 2016-02-07 14:20:52 -08:00
parent d2a66e6987
commit cc8e5f5685
196 changed files with 198 additions and 210 deletions

View file

@ -1,14 +0,0 @@
---
layout: default
---
<article class="page">
<header>
<h1 class="title indent">
{{ page.title }}
</h1>
</header>
<hr class="divider">
{{ content }}
</article>

View file

@ -3,8 +3,10 @@ layout: default
---
<article class="page">
{% include edit_github.html %}
{% assign url_parts = page.url | split: '/' %}
{% if url_parts[1] != 'components' and url_parts[1] != 'cookbook' %}
{% include edit_github.html %}
{% endif %}
{% if page.title and page.show_title != false %}
<header>