Remove component layout page
This commit is contained in:
parent
d2a66e6987
commit
cc8e5f5685
196 changed files with 198 additions and 210 deletions
|
@ -1,14 +0,0 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
{{ content }}
|
||||
</article>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue