give up and manually add the "most recently" tag
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
<div class="link_tiles_grid">
|
<div class="link_tiles_grid">
|
||||||
<a href="{{ collections.all.sort((a, b) => (a.page.date > b.page.date) ? 1 : -1)[0].page.url }}">
|
{# work out how to do this automatically #}
|
||||||
<img src="_assets/img/haruko.png"/>
|
<a href="/music/three_albums_february_2023/">
|
||||||
|
<img src="_assets/img/most_recent.png"/>
|
||||||
newest!
|
newest!
|
||||||
</a>
|
</a>
|
||||||
<a href="/blog/">
|
<a href="/blog/">
|
||||||
|
Reference in New Issue
Block a user