suyundukov/hugo-sustain

Change order of post listing

Narven opened this issue · 1 comments

How can I change the order of the listing of posts? Is showing from older to new... I want new to old.

thanks

@Narven You should change Line 10 of /layouts/_default/list.html.

Replace Line 10 with the following code to order from new to old based on the date of the article, not the date it was published:

{{ range .Data.Pages.ByDate.Reverse }}