navigation

This template uses 2 datatable which search for the most recent blog before and the oldest blog after the current date. A div tag is added to align it to the right.

<div style='text-align:right'>{{datatable
| SELECT name, date WHERE date << {{{1}}}
| ORDER date DESC
| LIMIT 0 1
| TEMPLATE name link
| TEMPLATE date empty
| HEADER 
}} {{datatable
| SELECT name, date WHERE date >> {{{1}}}
| ORDER date
| LIMIT 0 1
| TEMPLATE name link
| TEMPLATE date empty
| HEADER 
}}
This is a demo site for SofaWiki