From: Stephen Frost Date: Tue, 14 Aug 2018 16:51:42 +0000 (-0400) Subject: add ordering to blog posts, fix X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=736b562744d559154a2b7bf5635e12be9aff7b41;p=pgopen2018.git add ordering to blog posts, fix --- diff --git a/templates/pages/blog.html b/templates/pages/blog.html index bcdba38..e497298 100644 --- a/templates/pages/blog.html +++ b/templates/pages/blog.html @@ -5,7 +5,7 @@

Blog


-{%for blog in blogposts|sort(attribute='posttime'), reverse = True %} +{%for blog in blogposts|sort(attribute='posttime', reverse = True) %}

{{blog.title}}

Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}