projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46a48e8
)
add ordering to blog posts, fix
author
Stephen Frost
<sfrost@snowman.net>
Tue, 14 Aug 2018 16:51:42 +0000
(12:51 -0400)
committer
Stephen Frost
<sfrost@snowman.net>
Tue, 14 Aug 2018 16:51:42 +0000
(12:51 -0400)
templates/pages/blog.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/pages/blog.html
b/templates/pages/blog.html
index bcdba38c3166849122c6641dbcc02871a42b71e9..e497298fd4fe0eca94e60247a53249dced1702a8 100644
(file)
--- a/
templates/pages/blog.html
+++ b/
templates/pages/blog.html
@@
-5,7
+5,7
@@
<!-- Main -->
<h1>Blog</h1>
<hr>
-{%for blog in blogposts|sort(attribute='posttime'
), reverse = True
%}
+{%for blog in blogposts|sort(attribute='posttime'
, reverse = True)
%}
<!-- Sponsorship -->
<h3>{{blog.title}}</h3>
<h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>