From 1112c9874e005dcf11e8a9ed724a873e52ef48e6 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Thu, 9 Dec 2021 06:28:37 -0700 Subject: [PATCH] update TW to 5.2.1 --- empty-5.2.0.html | 2970 --------------------------------------------- empty-5.2.1.html | 3007 ++++++++++++++++++++++++++++++++++++++++++++++ main.go | 4 +- 3 files changed, 3009 insertions(+), 2972 deletions(-) delete mode 100644 empty-5.2.0.html create mode 100644 empty-5.2.1.html diff --git a/empty-5.2.0.html b/empty-5.2.0.html deleted file mode 100644 index d117cdc..0000000 --- a/empty-5.2.0.html +++ /dev/null @@ -1,2970 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -TiddlyWiki - -— a non-linear personal web notebook - - - - - - - - - - - - -
- -
- - - - - - - - - - - - - - diff --git a/empty-5.2.1.html b/empty-5.2.1.html new file mode 100644 index 0000000..4c95382 --- /dev/null +++ b/empty-5.2.1.html @@ -0,0 +1,3007 @@ + + + + + + + + + + + + + + + + + + + + +TiddlyWiki + +— a non-linear personal web notebook + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + diff --git a/main.go b/main.go index 8727c7e..cf2ed25 100644 --- a/main.go +++ b/main.go @@ -45,9 +45,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 )