summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-05-18 18:58:34 +0200
committerMarc Vertes <mvertes@free.fr>2023-05-18 18:58:34 +0200
commitb070f93bb8159a12021c5ec9c2c156ad281a6024 (patch)
tree6a1b50fde7966e03daaa55df2ea012c94aa82470
parente72e35e6730ad7f56f8c659f41f299810dc37d5d (diff)
generate feed.xml
-rw-r--r--meta.sh1
-rw-r--r--yaegi-internals/meta.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta.sh b/meta.sh
index 17f93d9..6d627dd 100644
--- a/meta.sh
+++ b/meta.sh
@@ -1,4 +1,5 @@
title="Marc's Programming Notes"
author="Marc Vertes"
description="A blog about programming"
+link="https://marc.vertes.org"
date="03 may 2023"
diff --git a/yaegi-internals/meta.sh b/yaegi-internals/meta.sh
index 6125ced..35df3ae 100644
--- a/yaegi-internals/meta.sh
+++ b/yaegi-internals/meta.sh
@@ -3,3 +3,4 @@ title="Yaegi Internals"
author="Marc Vertes"
description="Design and implementation of a Go interpreter"
date="03 may 2023"
+date_rfc2822="Wed, 03 May 2023 12:00:00 +0200"