Merge pull request #25 from th/PR-update-5.3.5

Update to 5.3.3. Remove version number from file name.
This commit is contained in:
Aaron Bieber 2024-10-28 13:28:04 -06:00 committed by GitHub
commit aa03eba2e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 (
twFile = "empty-5.3.3.html"
twFile = "empty.html"
//go:embed empty-5.3.3.html
//go:embed empty.html
tiddly embed.FS
templ *template.Template
)