Split up development pages

This commit is contained in:
Paulus Schoutsen 2016-04-16 14:59:37 -07:00
parent 8bee265142
commit a4adf87fe3
36 changed files with 372 additions and 286 deletions

View file

@ -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>

View file

@ -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>