{{.Article.Summary}}
+ {{range .Article.Topics}} +{{.Topic}}
+ {{$tlen := len .Pictures}} + {{if ne $tlen 0}} + {{range .Pictures}} + + {{end}} + {{end}} +{{.Content}}
+ {{end}} +From 3a03d2cb24d85686f362a506f19c4229b78121bd Mon Sep 17 00:00:00 2001 From: SunYiling <734884706@qq.com> Date: Sat, 26 Nov 2022 18:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shaunpoore/about.html | 93 + shaunpoore/config.json | 6 + shaunpoore/contact.html | 109 ++ shaunpoore/css/bootstrap.min.css | 7 + shaunpoore/css/index.css | 2838 ++++++++++++++++++++++++++++++ shaunpoore/details.html | 137 ++ shaunpoore/index.html | 156 ++ shaunpoore/policy.html | 93 + 8 files changed, 3439 insertions(+) create mode 100644 shaunpoore/about.html create mode 100644 shaunpoore/config.json create mode 100644 shaunpoore/contact.html create mode 100644 shaunpoore/css/bootstrap.min.css create mode 100644 shaunpoore/css/index.css create mode 100644 shaunpoore/details.html create mode 100644 shaunpoore/index.html create mode 100644 shaunpoore/policy.html diff --git a/shaunpoore/about.html b/shaunpoore/about.html new file mode 100644 index 0000000..382313e --- /dev/null +++ b/shaunpoore/about.html @@ -0,0 +1,93 @@ + + + +
+ +{{.Article.Summary}}
+ {{range .Article.Topics}} +{{.Topic}}
+ {{$tlen := len .Pictures}} + {{if ne $tlen 0}} + {{range .Pictures}} + + {{end}} + {{end}} +{{.Content}}
+ {{end}} +