aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r--pyaggr3g470r/templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html
index e055b3e0..98b12e25 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -73,9 +73,9 @@
<thead>
<tr>
<th></th>
- <th>{{ _('Feed') }}</th>
+ <th><a href="{{ gen_url(sort_='feed') }}">{{ _('Feed') }}</a></th>
<th>{{ _('Article') }}</th>
- <th>{{ _('Date') }}</th>
+ <th><a href="{{ gen_url(sort_='date') }}">{{ _('Date') }}</a></th>
</tr>
</thead>
<tbody>
bgstack15