mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-16 01:09:57 +00:00
From here I will actually track changed with git but I just needed a base to work from. RIP this attomic ass commit
4 lines
No EOL
106 B
Text
4 lines
No EOL
106 B
Text
---
|
|
const { url, title, date } = Astro.props;
|
|
---
|
|
<li>- <a href={url}>{title}</a><sub> - {date}</sub></li> |