From 5924210574fba447b4ecb39d34c562c4116c93ba Mon Sep 17 00:00:00 2001
From: Markus Birth <mbirth@gmail.com>
Date: Sun, 23 Oct 2016 00:21:57 +0200
Subject: [PATCH] Added descending marker to allmonths table.

---
 _templates/allmonths.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_templates/allmonths.txt b/_templates/allmonths.txt
index 7ec38cc..5344a37 100644
--- a/_templates/allmonths.txt
+++ b/_templates/allmonths.txt
@@ -28,7 +28,7 @@
 #monthly#
 #loop 10000#
     <tr>
-      <td class="mdl-data-table__cell--non-numeric">#idx "%B %Y"#</td>
+      <td class="mdl-data-table__cell--non-numeric mdl-data-table__header--sorted-descending">#idx "%B %Y"#</td>
       <td>#temp_out_max_hi "%.1f ℃"#</td>
       <td>#temp_out_max_ave "%.1f ℃"#</td>
       <td>#temp_out_max_lo "%.1f ℃"#</td>