diff options
Diffstat (limited to 'source/_templates/layout.html')
-rw-r--r-- | source/_templates/layout.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/_templates/layout.html b/source/_templates/layout.html index bf05832..93547f0 100644 --- a/source/_templates/layout.html +++ b/source/_templates/layout.html @@ -1,6 +1,5 @@ {% extends "!layout.html" %} {% block rootrellink %} - <li><a href="http://leaflabs.com">LeafLabs</a> |</li> - <li><a href="index.html">Docs Home</a> |</li> + <li><a href="http://leaflabs.com/">LeafLabs</a> |</li> {{ super() }} {% endblock %} |