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/404.html | 5 ----- layouts/404.shtml | 5 +++++ layouts/list.html | 13 ----------- layouts/list.shtml | 11 +++++++++ layouts/redirect.html | 14 ------------ layouts/redirect.shtml | 15 +++++++++++++ layouts/rss.xml | 4 ++-- layouts/single.html | 16 ------------- layouts/single.shtml | 15 +++++++++++++ layouts/templates/main.html | 53 -------------------------------------------- layouts/templates/main.shtml | 50 +++++++++++++++++++++++++++++++++++++++++ layouts/video.html | 5 ----- 12 files changed, 98 insertions(+), 108 deletions(-) delete mode 100644 layouts/404.html create mode 100644 layouts/404.shtml delete mode 100644 layouts/list.html create mode 100644 layouts/list.shtml delete mode 100644 layouts/redirect.html create mode 100644 layouts/redirect.shtml delete mode 100644 layouts/single.html create mode 100644 layouts/single.shtml delete mode 100644 layouts/templates/main.html create mode 100644 layouts/templates/main.shtml delete mode 100644 layouts/video.html (limited to 'layouts') diff --git a/layouts/404.html b/layouts/404.html deleted file mode 100644 index c2e4e40..0000000 --- a/layouts/404.html +++ /dev/null @@ -1,5 +0,0 @@ -{{ partial "header.html" . }} - -404 NOT FOUND - -{{ partial "footer.html" . }} diff --git a/layouts/404.shtml b/layouts/404.shtml new file mode 100644 index 0000000..9020112 --- /dev/null +++ b/layouts/404.shtml @@ -0,0 +1,5 @@ +{{ partial "header.html" . }} + +404 NOT FOUND + +{{ partial "footer.html" . }} \ No newline at end of file diff --git a/layouts/list.html b/layouts/list.html deleted file mode 100644 index ce3b64e..0000000 --- a/layouts/list.html +++ /dev/null @@ -1,13 +0,0 @@ - -
-

- -

- -
    -
  • - - -
  • -
-
\ No newline at end of file diff --git a/layouts/list.shtml b/layouts/list.shtml new file mode 100644 index 0000000..758dc09 --- /dev/null +++ b/layouts/list.shtml @@ -0,0 +1,11 @@ + +
+

+

+
    +
  • + + +
  • +
+
\ No newline at end of file diff --git a/layouts/redirect.html b/layouts/redirect.html deleted file mode 100644 index 9cfd747..0000000 --- a/layouts/redirect.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Page Redirection - - - If you are not redirected automatically, follow this link. - - diff --git a/layouts/redirect.shtml b/layouts/redirect.shtml new file mode 100644 index 0000000..a10982f --- /dev/null +++ b/layouts/redirect.shtml @@ -0,0 +1,15 @@ + + + + + + + Page Redirection + + + If you are not redirected automatically, follow this + link. + + \ No newline at end of file diff --git a/layouts/rss.xml b/layouts/rss.xml index 349f8f0..1023a18 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -10,9 +10,9 @@ - + - + diff --git a/layouts/single.html b/layouts/single.html deleted file mode 100644 index 971b664..0000000 --- a/layouts/single.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- - -
- -
- -
- -
\ No newline at end of file diff --git a/layouts/single.shtml b/layouts/single.shtml new file mode 100644 index 0000000..d689187 --- /dev/null +++ b/layouts/single.shtml @@ -0,0 +1,15 @@ + +
+ +
+
+ +
+
\ No newline at end of file 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 @@ - - - - - - - - - - - - - -
- -
- -
-
-

comments

- - - - -
-
- - 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 @@ + + + + + + + + + + + +
+ +
+
+
+

comments

+ + + + +
+
+ + \ No newline at end of file diff --git a/layouts/video.html b/layouts/video.html deleted file mode 100644 index eba4d66..0000000 --- a/layouts/video.html +++ /dev/null @@ -1,5 +0,0 @@ - -- cgit v1.2.3-ZIG