fix: date of now page

This commit is contained in:
Ayo Ayco 2024-09-27 16:30:31 +02:00
parent 6f987a5071
commit 49538de459

View file

@ -10,7 +10,7 @@ const posts = await Astro.glob("./and-then/posts/*.astro");
<main>
<h1><span class="text-gradient">Now</span></h1>
<p>
<em>Published on the <time datetime="2024-09-05">5th of September, 2024</time> from my home in Amsterdam, where it's beginning to rain more often again :)</em>
<em>Published on the <time datetime="2024-09-05">27th of September, 2024</time> from my home in Amsterdam, where it's beginning to rain more often again :)</em>
</p>
<p>In an unxpected turn of events it has been decided that we would buy a gaming laptop at home, which means I can play some PC games finally.</p>
<p>I started playing <a href="https://en.wikipedia.org/wiki/God_of_War_(2018_video_game)">God of War (2018)</a>. Not quite satisfied with the graphics -- I play it on an RTX 4060 Laptop GPU. I know that's not the same as the discrete desktop RTX 4060, but I'm still surprised by the quality. I would say it's a bit "grainy". Although it might also be just the game being ported to PC??? I don't know, I've not tried other games yet.</p>