From 693f1944c5e07d68b5e3007c11a64de3a0f191ed Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 21 May 2023 00:14:22 +0200 Subject: tagges --- templates/default.html | 12 ++++++++++++ templates/page.html | 3 +++ templates/tag.html | 14 ++++++++++++++ 3 files changed, 29 insertions(+) create mode 100644 templates/default.html create mode 100644 templates/page.html create mode 100644 templates/tag.html (limited to 'templates') diff --git a/templates/default.html b/templates/default.html new file mode 100644 index 0000000..52c4b44 --- /dev/null +++ b/templates/default.html @@ -0,0 +1,12 @@ + + + + + + My Stuffs - $title$ + + +

$title$

+ $body$ + + diff --git a/templates/page.html b/templates/page.html new file mode 100644 index 0000000..38b50ce --- /dev/null +++ b/templates/page.html @@ -0,0 +1,3 @@ +
+ $body$ +
diff --git a/templates/tag.html b/templates/tag.html new file mode 100644 index 0000000..6f329cd --- /dev/null +++ b/templates/tag.html @@ -0,0 +1,14 @@ +
+

Tag

+ +

Pages

+ +
-- cgit v1.2.3