From d6ad241bcf9ac6902d9bf9dceabec06274756b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20H=C3=BChn?= Date: Tue, 22 Oct 2024 18:46:26 +0200 Subject: [PATCH] Update to 5.3.3. Remove version number from file name. --- empty-5.3.3.html | 3087 --------------------------------------------- empty.html | 3125 ++++++++++++++++++++++++++++++++++++++++++++++ main.go | 4 +- 3 files changed, 3127 insertions(+), 3089 deletions(-) delete mode 100644 empty-5.3.3.html create mode 100644 empty.html diff --git a/empty-5.3.3.html b/empty-5.3.3.html deleted file mode 100644 index 1dc3843..0000000 --- a/empty-5.3.3.html +++ /dev/null @@ -1,3087 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -TiddlyWiki — a non-linear personal web notebook - - - - - - - - - - - -
- -
- - - - - - - - - - - - - - diff --git a/empty.html b/empty.html new file mode 100644 index 0000000..9908262 --- /dev/null +++ b/empty.html @@ -0,0 +1,3125 @@ + + + + + + + + + + + + + + + + + + + + +TiddlyWiki — a non-linear personal web notebook + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + diff --git a/main.go b/main.go index ee272b9..9988d97 100644 --- a/main.go +++ b/main.go @@ -45,9 +45,9 @@ const landingPage = ` ` var ( - twFile = "empty-5.3.3.html" + twFile = "empty.html" - //go:embed empty-5.3.3.html + //go:embed empty.html tiddly embed.FS templ *template.Template )