diff options
| -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" |
