From e05f4b47ecd0cb0dac273afc420b51768bedcc5e Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Sat, 10 Aug 2024 20:19:17 +0100 Subject: Migrate to zine 0.3.0 --- layouts/templates/main.html | 53 -------------------------------------------- layouts/templates/main.shtml | 50 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 53 deletions(-) delete mode 100644 layouts/templates/main.html create mode 100644 layouts/templates/main.shtml (limited to 'layouts/templates') diff --git a/layouts/templates/main.html b/layouts/templates/main.html deleted file mode 100644 index 5d99d63..0000000 --- a/layouts/templates/main.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - -
- -
- - - - diff --git a/layouts/templates/main.shtml b/layouts/templates/main.shtml new file mode 100644 index 0000000..c9369fc --- /dev/null +++ b/layouts/templates/main.shtml @@ -0,0 +1,50 @@ + + + + + + + + + + + +
+ +
+ + + \ No newline at end of file -- cgit v1.2.3-ZIG