summaryrefslogtreecommitdiff
path: root/yaegi-internals
diff options
context:
space:
mode:
Diffstat (limited to 'yaegi-internals')
-rw-r--r--yaegi-internals/index.html7
-rw-r--r--yaegi-internals/meta.sh1
2 files changed, 7 insertions, 1 deletions
diff --git a/yaegi-internals/index.html b/yaegi-internals/index.html
index bcd5244..3312763 100644
--- a/yaegi-internals/index.html
+++ b/yaegi-internals/index.html
@@ -2,6 +2,7 @@
<!-- generated by build.sh. DO NOT EDIT. -->
<html lang="en">
<title>Yaegi Internals</title>
+<meta name="description" content="Design and implementation of a Go interpreter">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
@@ -12,7 +13,11 @@
text-align: justify;
}
h1 { text-align: center }
- pre { padding: 1ch; background-color: #f5f5f5 }
+ pre {
+ padding: 1ch;
+ background-color: #f5f5f5;
+ overflow: auto;
+ }
</style>
<a href="..">Marc's Programming Notes</a><hr>
diff --git a/yaegi-internals/meta.sh b/yaegi-internals/meta.sh
index 4eef2a2..6125ced 100644
--- a/yaegi-internals/meta.sh
+++ b/yaegi-internals/meta.sh
@@ -1,4 +1,5 @@
blog_title="Marc's Programming Notes"
title="Yaegi Internals"
author="Marc Vertes"
+description="Design and implementation of a Go interpreter"
date="03 may 2023"