changeset 28:1138390dfe96

add top level link to docs
author Alex Krolick <whokilledtheelectricmonk@gmail.com>
date Sun, 15 Nov 2015 22:25:11 -0800
parents aa7f358fe37f
children 7ddf75ff9f24
files _includes/header.html
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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>