update to TW 5.2.0

This commit is contained in:
Aaron Bieber 2021-12-06 05:45:41 -07:00
parent 3849f2ba51
commit 574110c52f
3 changed files with 2972 additions and 12902 deletions

File diff suppressed because one or more lines are too long

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