Update to 5.3.3. Remove version number from file name.

This commit is contained in:
Thomas Hühn 2024-10-22 18:46:26 +02:00
parent 7085468621
commit d6ad241bcf
3 changed files with 3127 additions and 3089 deletions

File diff suppressed because one or more lines are too long

3125
empty.html Normal file

File diff suppressed because one or more lines are too long

View File

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