Mercurial > dottes
diff dottes.html.tune @ 722:f8ab14cc9d8d build-default-281
Add previous and next tune links to website.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 10 Oct 2017 15:01:22 +0100 |
parents | 7e9d5852c802 |
children | be87f9a027f1 |
line wrap: on
line diff
--- a/dottes.html.tune Mon Oct 09 19:07:36 2017 +0100 +++ b/dottes.html.tune Tue Oct 10 15:01:22 2017 +0100 @@ -85,6 +85,16 @@ Last changed ${lastchanged} </div> </div> + <div class="dottes-tune-footer-row"> + <div class="dottes-tune-footer-prev"> + <a href="${prevpage}">${prevtitle}</a> + </div> + <div class="dottes-tune-footer-booke"> + </div> + <div class="dottes-tune-footer-next"> + <a href="${nextpage}">${nexttitle}</a> + </div> + </div> </div> </div> </div>