From 8af8295fa29cf34235e286b4e4f4c04635c6fffb Mon Sep 17 00:00:00 2001 From: xing Date: Tue, 13 Sep 2022 18:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 120 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 116 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index d96f589..acd6394 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,11 +2,123 @@ + + {{ .title }} + + + + + + + + + + + + + + + - -

- {{ .title }} -

+ + +
+ + +
+
+
+ {{ range $k,$v:=.posts}} + + {{end}} + + + +
+
+
+ + + +
+ + \ No newline at end of file