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