From ff69f0e9e01d7d90773b2d1c1b339a0c8e1fc806 Mon Sep 17 00:00:00 2001 From: radhitya Date: Thu, 25 Jun 2026 22:38:51 +0700 Subject: done --- templates/post.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/post.html (limited to 'templates/post.html') diff --git a/templates/post.html b/templates/post.html new file mode 100644 index 0000000..531ea63 --- /dev/null +++ b/templates/post.html @@ -0,0 +1,24 @@ + + + + + +{{ title }} — {{ site.title }} + + + +
+

{{ site.title }}

+ +
+
+
+

{{ title }}

+ {{ date }}{% if draft %} ◈ draft{% endif %} + {{ body }} +
+

← back

+
+ + + -- cgit v1.2.3