diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-05-18 18:58:34 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-05-18 18:58:34 +0200 |
| commit | b070f93bb8159a12021c5ec9c2c156ad281a6024 (patch) | |
| tree | 6a1b50fde7966e03daaa55df2ea012c94aa82470 | |
| parent | e72e35e6730ad7f56f8c659f41f299810dc37d5d (diff) | |
generate feed.xml
| -rw-r--r-- | meta.sh | 1 | ||||
| -rw-r--r-- | yaegi-internals/meta.sh | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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" |
