Add docs nav and side nav
[web.git] / _layouts / default.html
index 47dbc06e9c73a33570137b09d9d50eaa43fc85d5..bbe3f6179549a4fa0080bb3f4c0f32aa76106ffb 100644 (file)
@@ -9,10 +9,7 @@
 
 
     <meta name="description"
-          content="Update what your Blog is about in this section"/>
-
-    <meta name="author" content="Your name goes here"/>
-    <meta name="copyright" content="Maybe consider a Creative Commons license"/>
+          content="Linux Embedded Development Environment, an embedded Linux distribution that makes it easy for developers, system administrators or other Linux enthusiasts to build and customize software for embedded devices, especially wireless routers."/>
 
     <link rel="stylesheet" href="{{site.prefix}}css/foundation.css"/>
     <link rel="stylesheet" href="{{site.prefix}}css/font-awesome.css"/>
     <!-- Sidebar -->
 
     <aside class="large-3 columns">
-
-        <h4>Posts</h4>
-        <ul id="posts" class="posts nav">
-            {% for post in site.posts limit: 5 %}
-            <li><a href=".{{ post.url }}">{{ post.shortTitle }}</a></li>
-            {% endfor %}
-        </ul>
-
-        <div class="panel">
-            <h5>Featured</h5>
-
-            <p>Pork drumstick turkey fugiat. Tri-tip elit turducken pork chop in. Swine short ribs meatball irure bacon
-                nulla pork belly cupidatat meatloaf cow.</p>
-        </div>
-
+        {% if page.url contains '/docs/' %}
+            {% include docs_nav.html %}
+        {% else %}
+            {% include side_nav.html %}
+        {% endif %}
     </aside>
 
     <!-- End Sidebar -->