diff _includes/header.html @ 28:1138390dfe96

add top level link to docs
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 15 Nov 2015 22:25:11 -0800
parents bc698651c94a
children 171ca967fcc9 e8fc61e077fc
line wrap: on
line diff
--- a/_includes/header.html	Sun Nov 15 22:00:38 2015 -0800
+++ b/_includes/header.html	Sun Nov 15 22:25:11 2015 -0800
@@ -23,6 +23,9 @@
             </li>
           {% endif %}
         {% endfor %}
+        <li>
+          <a href="{{site.docs_url}}">Docs</a>  
+        </li>
       </ul>
     </section>
   </nav>