From 3e9e398a9cc742dfd33a79a6764cd2860c0de055 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sat, 25 May 2024 13:48:31 -0700 Subject: [PATCH] feat: use more semantic html for post body --- src/templates/post.html | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/src/templates/post.html b/src/templates/post.html index 7321a50..01c15a8 100644 --- a/src/templates/post.html +++ b/src/templates/post.html @@ -1,19 +1,15 @@ -
-
-
-

- $title$ -

-

- $desc$ -

-
$date$
-
- $if(updated)$(last updated: $updated$)$endif$ -
-
-
$body$
-
-
+
+
+

+ $title$ +

+

+ $desc$ +

+
$date$
+
+ $if(updated)$(last updated: $updated$)$endif$ +
+
+
$body$
+