Files
11ty_neocities/src/_includes/partials/link_tiles.njk

23 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-03-03 21:28:59 +10:30
<div class="link_tiles_grid">
2023-03-28 15:37:11 +10:30
<a href="{{ collections.post[-1].page.url }}">
2023-03-05 13:51:09 +10:30
<img src="_assets/img/most_recent.jpg" alt="Mitsuami from the Splatoon manga saying 'pyo'. The image links to the most recent post on the website."/>
newest!
</a>
2023-03-04 00:12:37 +10:30
<a href="/blog/">
2023-03-05 13:51:09 +10:30
<img src="_assets/img/blog.jpg" alt="Yuko from the Nichijou anime slumped over a school desk. The image links to the 'blogs' page on the website."/>
2023-03-03 21:28:59 +10:30
blog
</a>
2023-03-04 00:12:37 +10:30
<a href="/music/">
2023-03-05 13:51:09 +10:30
<img src="_assets/img/music.jpg" alt="Nano from the Nichijou anime listening to music on a pair of headphones. The image links to the 'music' page on the website."/>
2023-03-03 21:28:59 +10:30
music
</a>
2023-03-04 00:12:37 +10:30
<a href="/games/">
2023-03-05 13:51:09 +10:30
<img src="_assets/img/game.jpg" alt="Konata Izumi from the Lucky Star anime playing a video game on a playstation 2 while sitting on the floor. The image links to the 'game' page on the website."/>
2023-03-03 21:28:59 +10:30
games
</a>
2023-03-04 00:12:37 +10:30
<a href="/lists/">
2023-03-05 13:51:09 +10:30
<img src="_assets/img/lists.jpg" alt="The character Rally from the Gunsmith Cats anime looking into her fridge disappointedly. Two bricks of c4 explosive can be seen on a fridge shelf. The image links to the 'lists' page on the website."/>
2023-03-03 21:28:59 +10:30
lists
</a>
</div>