update TW to 5.2.1

This commit is contained in:
Aaron Bieber 2021-12-09 06:28:37 -07:00
parent 0205c58868
commit 1112c9874e
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

@ -45,9 +45,9 @@ const landingPage = `
` `
var ( 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 tiddly embed.FS
templ *template.Template templ *template.Template
) )