Add LEDE logo
[web.git] / _layouts / default.html
index a36c5cbca94a7d15cad400d470f187d06c4fbb13..03ad340c3a2016a148b240bc7c9ef98857f7fe5d 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>{{page.title}}</span>
                 </a>
             </h1>
         </li>
     <!-- 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 -->