From 75170af7cc59bea4049b4d0e6e778029d416bb1e Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Mon, 22 Apr 2024 17:55:53 +0200 Subject: [PATCH] feat: wrap date published with p --- src/pages/now.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/now.astro b/src/pages/now.astro index e8f17e7..c7f5aad 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -9,7 +9,9 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

Now

- Published on the +

+ Published on the +

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.