Merge pull request #8 from qbit/TW_5.2.1

update TW to 5.2.1
This commit is contained in:
Aaron Bieber 2021-12-10 06:35:16 -07:00 committed by GitHub
commit e0ee714d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3009 additions and 2972 deletions

File diff suppressed because one or more lines are too long

3007
empty-5.2.1.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.0.html"
twFile = "empty-5.2.1.html"
//go:embed empty-5.2.0.html
//go:embed empty-5.2.1.html
tiddly embed.FS
templ *template.Template
)