Split up development pages
This commit is contained in:
parent
8bee265142
commit
a4adf87fe3
36 changed files with 372 additions and 286 deletions
|
@ -36,11 +36,6 @@
|
|||
{% include site/footer.html %}
|
||||
</footer>
|
||||
|
||||
<!--[if lt IE 7]>
|
||||
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
{% include javascripts/scripts.html %}
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -3,10 +3,7 @@ layout: default
|
|||
---
|
||||
|
||||
<article class="page">
|
||||
{% assign url_parts = page.url | split: '/' %}
|
||||
{% if url_parts[1] != 'components' and url_parts[1] != 'cookbook' %}
|
||||
{% include edit_github.html %}
|
||||
{% endif %}
|
||||
{% include edit_github.html %}
|
||||
|
||||
{% if page.title and page.show_title != false %}
|
||||
<header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue