diff _includes/header.html @ 96:e7efa40deb17

Fix URLs, Images, Titles to be up with Alex original style.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 01 Nov 2016 02:03:28 +0100
parents e8fc61e077fc
children a2fa1e57437e
line wrap: on
line diff
--- a/_includes/header.html	Tue Nov 01 02:01:18 2016 +0100
+++ b/_includes/header.html	Tue Nov 01 02:03:28 2016 +0100
@@ -4,7 +4,7 @@
       <li class="name">
         <h1>
           <a href="{{ "/" | relative_url }}" style="height:100%">
-            <img src="{{ "/img/logo.png" | relative_url }}" style="width: 32px; height: auto"/>
+            <img src="{{ "/img/octave-logo.svg" | relative_url }}" style="width: 32px; height: auto"/>
             {{ site.title }}
           </a>
         </h1>
@@ -12,7 +12,7 @@
       <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
       <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
     </ul>
-  
+
     <section class="top-bar-section">
       <!-- Right Nav Section -->
       <ul class="right">
@@ -24,7 +24,7 @@
           {% endif %}
         {% endfor %}
         <li>
-          <a href="{{site.docs_url}}">Docs</a>  
+          <a href="{{site.docs_url}}">Docs</a>
         </li>
       </ul>
     </section>