From d32edc3232580dbf8e602be36d5ef75a7092f67a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 12 Apr 2016 12:49:21 +0200 Subject: Removed links between current article and the previous/next articles. --- src/web/templates/article.html | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/web/templates/article.html') diff --git a/src/web/templates/article.html b/src/web/templates/article.html index 6ab9d0bb..a95d86d9 100644 --- a/src/web/templates/article.html +++ b/src/web/templates/article.html @@ -20,16 +20,6 @@
{{ article.content | safe }}
-
-
-
- {{ _('Next post:') }} {{ next_article.title }} -
-
- {{ _('Previous post:') }} {{ previous_article.title }} -
-
-
-- cgit