From 843e70ee4c2aa2a4e7c8bae6e200f7e63e9a899e Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Mon, 1 Aug 2022 15:20:49 +0800 Subject: [PATCH] feat: add native about html Signed-off-by: Ryan Wang --- public/about.html | 17 +++++++++++++++++ templates/about.html | 17 +++++++++++++++++ templates/post.html | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 public/about.html create mode 100644 templates/about.html diff --git a/public/about.html b/public/about.html new file mode 100644 index 0000000..6180c67 --- /dev/null +++ b/public/about.html @@ -0,0 +1,17 @@ + + + + + + + About + + +

+ 没有经过 Astro 渲染,原生使用 Thymeleaf 语法。在构建时,将被 Copy 到 + templates 目录。(Native) +

+ + diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..6180c67 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,17 @@ + + + + + + + About + + +

+ 没有经过 Astro 渲染,原生使用 Thymeleaf 语法。在构建时,将被 Copy 到 + templates 目录。(Native) +

+ + diff --git a/templates/post.html b/templates/post.html index 133332a..a971662 100644 --- a/templates/post.html +++ b/templates/post.html @@ -17,7 +17,7 @@ 英文 -
+
Hello Halo