diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-29 21:06:19 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-29 21:09:52 -0400 |
commit | 47733bcc78c2d3f7ac95457a086eb34afd0660f0 (patch) | |
tree | 9130e0b1b3e557814491b13204334dc9493b46fd /source/_templates/indexcontent.html | |
parent | 840a6bb74eb6dc3306191044a7a3ef6ed645dbe2 (diff) | |
download | librambutan-47733bcc78c2d3f7ac95457a086eb34afd0660f0.tar.gz librambutan-47733bcc78c2d3f7ac95457a086eb34afd0660f0.zip |
Add initial whats-new.rst.
It needs a lot more work before being done, obviously. Refer to it
prominently from the index page, and add it to the contents tree.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/_templates/indexcontent.html')
-rw-r--r-- | source/_templates/indexcontent.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/_templates/indexcontent.html b/source/_templates/indexcontent.html index 74b5273..a043f8a 100644 --- a/source/_templates/indexcontent.html +++ b/source/_templates/indexcontent.html @@ -29,6 +29,9 @@ here? Look on the <a href="http://wiki.leaflabs.com/">LeafLabs wiki</a>. </p> +<p>See the <a href="{{ pathto("whats-new") }}">What's New</a> page for +changes that are new in {{ release }}.</p> + <h2>Contents at a Glance</h2> <table class="contents-table"> |