From 2b2ef04fcd4eecee48c175588f392a99804b5570 Mon Sep 17 00:00:00 2001 From: Alexander Green Date: Tue, 10 Dec 2024 21:03:09 +0100 Subject: [PATCH] Tooltip --- scripts/map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/map.py b/scripts/map.py index 20ea569..d96b207 100644 --- a/scripts/map.py +++ b/scripts/map.py @@ -30,7 +30,7 @@ def getFilesContaining(filename): prev = split entry = item # entry = f"{item} ({datetime.utcfromtimestamp(ts).strftime('%d/%m/%Y %H:%M:%S')} UTC)" - content += f"- [{entry}](https://gitdocumentatie.logius.nl/publicatie/{entry}) [:scroll:](https://logius-standaarden.github.io/publicatie/{entry})\n" + content += f"- [{entry}](https://gitdocumentatie.logius.nl/publicatie/{entry}) [:scroll:](https://logius-standaarden.github.io/publicatie/{entry} "Preview op GitHub Pages")\n" print(content) f = open("README.md", "w")