feat: wrap date published with p
This commit is contained in:
parent
12f12a09a9
commit
75170af7cc
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");
|
|||
<Layout title="Now" description="What is Ayo Ayco currently up to?">
|
||||
<main>
|
||||
<h1><span class="text-gradient">Now</span></h1>
|
||||
<em>Published on the <time datetime="2024-04-19">19th of April, 2024</time></em>
|
||||
<p>
|
||||
<em>Published on the <time datetime="2024-04-19">19th of April, 2024</time></em>
|
||||
</p>
|
||||
|
||||
<p>After a while of reading and deep consideration, I have decided to pick up Python as my chosen general-purpose programming language. I worked with Python 2 for a short while in the past, but only briefly for some projects and not really learning much in the larger ecosystem.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue