reverse order of newest post

This commit is contained in:
2023-03-04 01:51:25 +10:30
parent c31e94a98c
commit 9e382aee48

View File

@ -1,6 +1,6 @@
<div class="link_tiles_grid"> <div class="link_tiles_grid">
<!-- work out how to do this automatically --> <!-- work out how to do this automatically -->
<a href="{{ collections.post[0].page.url }}"> <a href="{{ collections.post[-1].page.url }}">
<img src="_assets/img/most_recent.jpg"/> <img src="_assets/img/most_recent.jpg"/>
newest! newest!
</a> </a>