Merge pull request #22 from th/PR-update-5.3.3

This commit is contained in:
Aaron Bieber 2024-05-05 12:00:55 -06:00 committed by GitHub
commit cf4ab1ec96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 ( 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 tiddly embed.FS
templ *template.Template templ *template.Template
) )