Update README
[web.git] / _layouts / default.html
index a36c5cbca94a7d15cad400d470f187d06c4fbb13..c85935d1e32a452eabadaf72f095d78045336910 100644 (file)
@@ -11,9 +11,6 @@
     <meta name="description"
           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."/>
 
-    <meta name="author" content="Your name goes here"/>
-    <meta name="copyright" content="Maybe consider a Creative Commons license"/>
-
     <link rel="stylesheet" href="{{site.prefix}}css/foundation.css"/>
     <link rel="stylesheet" href="{{site.prefix}}css/font-awesome.css"/>
     <link rel="stylesheet" href="{{site.prefix}}css/coderay.css"/>
@@ -33,7 +30,8 @@
         <li class="name">
             <h1>
                 <a href="#">
-                    {{page.title}}
+                    <img src="{{site.prefix}}logo/logo_small.png"></img>
+                    <span class="top-bar-title">{{page.title}}</span>
                 </a>
             </h1>
         </li>
 <!-- Main Page Content and Sidebar -->
 
 <div class="row">
+    <!-- Docs Sidebar -->
+
+    {% if page.url contains '/docs/' %}
+    <aside class="large-3 columns">
+        {% include docs_nav.html %}
+    </aside>
+    {% endif %}
+
+    <!-- End Docs Sidebar -->
 
     <!-- Main Blog Content -->
     <div class="large-9 columns" role="content">
 
     <!-- Sidebar -->
 
+    {% unless page.url contains '/docs/' %}
     <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>
-
+        {% include side_nav.html %}
     </aside>
+    {% endunless %}
 
     <!-- End Sidebar -->
 </div>