From e0aadf85346dca0d6b87b25398b5cf889338df1b Mon Sep 17 00:00:00 2001 From: Mohamad Damaj Date: Fri, 14 Jul 2023 01:03:03 +0300 Subject: [PATCH] Add date of writing --- site/blog/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/blog/index.php b/site/blog/index.php index f170c0a..0eae4dc 100644 --- a/site/blog/index.php +++ b/site/blog/index.php @@ -55,6 +55,8 @@ foreach ($xml->channel->item as $item) { // Close the box around the post echo ''; } + +// Written on September 22, 2021 ?>