reverse order of newest post
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<div class="link_tiles_grid">
|
||||
<!-- 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"/>
|
||||
newest!
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user