Add top navigator
[web.git] / _layouts / default.html
index afbf32444921f57144dde6e7f33b59b3340d91c5..d8e337917f6fcba22895358912fe36348dbfb71d 100644 (file)
         <!-- Title Area -->
         <li class="name">
             <h1>
-                <a href="{{site.prefix}}">
+                <a href="#">
                     {{page.title}}
                 </a>
             </h1>
         </li>
         <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
     </ul>
+    <section class="top-bar-section">
+        <!-- Right Nav Section -->
+        <ul class="right">
+            {% include top_nav.html %}
+        </ul>
+    </section>
 </nav>
 <!-- End Nav -->