mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Sort toots reverse chronological order
This commit is contained in:
parent
cab41b5587
commit
f42ea6bf95
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
|
||||
</style>
|
||||
|
||||
{{ range $dataJ }}
|
||||
{{ range sort $dataJ "created_at" "desc" }}
|
||||
{{ if ne .content "" }}
|
||||
<article class="toot h-entry">
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue