aboutsummaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-12-15 19:17:55 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-12-15 19:17:55 -0500
commit44fe17fa8aec8a4d0684ee7309f8eb503f0ad79e (patch)
treee44655b83e99ee6bda9e34aca2d35242d903bbd9 /source
parent7f31099eead99718d279d9a4bb543131329891ce (diff)
downloadlibrambutan-44fe17fa8aec8a4d0684ee7309f8eb503f0ad79e.tar.gz
librambutan-44fe17fa8aec8a4d0684ee7309f8eb503f0ad79e.zip
0.0.9 release.
Made some changes to Servo to get it to compile from within the IDE. Also fixed a lurking broken link in the docs.
Diffstat (limited to 'source')
-rw-r--r--source/_templates/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/_templates/layout.html b/source/_templates/layout.html
index 98b3d82..bf05832 100644
--- a/source/_templates/layout.html
+++ b/source/_templates/layout.html
@@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="http://leaflabs.com">LeafLabs</a> |</li>
- <li><a href="home.html">Docs Home</a> |</li>
+ <li><a href="index.html">Docs Home</a> |</li>
{{ super() }}
-{% endblock %} \ No newline at end of file
+{% endblock %}