In weewx-data/skins/ss/index.php.tmpl I have added some info lines to the resulting page.
This is what I am using and for the most part it works (e.g daily, weekly, monthly seem to show correct data) but rain total for the last 365 days isn't right, its showing the same value as the monthly rain total.
I am using weewx version 5.1.0
<td class="label"><span title="In the last 30 days">Month: </span></td>
<td class="data">$span($day_delta=30).rain.sum </td>
<td class="label"><span title="In the last 365 days">Year: </span></td>
<td class="data">$span($day_delta=365).rain.sum </td>