From 22bb2cfe6986c79449e64b32821e9c3e036200dc Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 24 Sep 2018 16:27:10 +0200 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uikit/templates') diff --git a/uikit/templates/articles.html b/uikit/templates/articles.html index 8454395..17f9e3c 100644 --- a/uikit/templates/articles.html +++ b/uikit/templates/articles.html @@ -12,7 +12,7 @@

{{'all the articles'|capitalize}}

-- cgit