From b040d53c8ab048a94253138acc8a383416fe1570 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 25 Jul 2023 12:01:20 +0200 Subject: [PATCH] about --- build.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index 93ef3c4..33af9f1 100755 --- a/build.py +++ b/build.py @@ -57,6 +57,10 @@ def main(): name="tab" id="tab/my" />
+ + +
{tabs['about']}
@@ -363,7 +367,7 @@ function main() {{ if (tab) {{ check(tab) }} else {{ - tab = 'my/bio' + tab = 'my/about' check(tab) push(tab) }} @@ -387,6 +391,10 @@ function swap() {{ tabs = { +#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ + 'about': f'''\ +About… +''', #⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 'bio': f'''\

Marc Beninca