Skip to content

Commit

Permalink
Revert google#1200 to recover desc blog post order (google#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and dseynaev committed Jan 30, 2023
1 parent e64b821 commit 6b3afde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/blog/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="col-12">
{{- if .Pages -}}
{{ $pag := .Paginate (( $.Scratch.Get "blog-pages").GroupByDate "2006" "asc" )}}
{{ $pag := .Paginate (( $.Scratch.Get "blog-pages").GroupByDate "2006" )}}
{{ range $pag.PageGroups }}
<h2>{{ T "post_posts_in" }} {{ .Key }}</h2>
<ul class="list-unstyled mt-4">
Expand Down

0 comments on commit 6b3afde

Please sign in to comment.