From 22bb2cfe6986c79449e64b32821e9c3e036200dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Mon, 24 Sep 2018 16:27:10 +0200 Subject: [PATCH] Remove two more articles|sort constructs. This is the issue getpelican/pelican-themes#483 which was supposed to be fixed by #506 (and commit f1a4bba40281fa21816d6619d32136fc6a8f086d), but two occurences of the problem were missed. Basically, as https://github.com/getpelican/pelican/issues/1591#issuecomment-70272693 says: > For future reference: Don't use sort in templates on articles. --- uikit/templates/articles.html | 2 +- zurb-F5-basic/templates/tags.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/uikit/templates/articles.html b/uikit/templates/articles.html index 845439541..17f9e3c95 100644 --- a/uikit/templates/articles.html +++ b/uikit/templates/articles.html @@ -12,7 +12,7 @@

{{'all the articles'|capitalize}}

diff --git a/zurb-F5-basic/templates/tags.html b/zurb-F5-basic/templates/tags.html index cfd948009..7aec93a43 100644 --- a/zurb-F5-basic/templates/tags.html +++ b/zurb-F5-basic/templates/tags.html @@ -2,7 +2,7 @@ {% block content %}