mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Order posts by date (ascending)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</p></div>
|
||||
|
||||
<div class="posts">
|
||||
{{ range .Site.Pages }}
|
||||
{{ range .Site.Pages.ByDate }}
|
||||
{{ .Render "teaser" }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user