Skip to content

Commit

Permalink
Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderke authored Dec 10, 2024
1 parent 1951f3a commit 2b2ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2b2ef04

Please sign in to comment.