Update TiddlyWiki to version 5.3.3.

This commit is contained in:
Thomas Hühn 2024-05-05 07:40:30 +02:00
parent 58e2344566
commit c994853c80
3 changed files with 3089 additions and 3009 deletions

File diff suppressed because one or more lines are too long

3087
empty-5.3.3.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -46,9 +46,9 @@ const landingPage = `
`
var (
twFile = "empty-5.2.1.html"
twFile = "empty-5.3.3.html"
//go:embed empty-5.2.1.html
//go:embed empty-5.3.3.html
tiddly embed.FS
templ *template.Template
)