From 9921e4a5c6b3465c2f184d3e38609c6310f1dd86 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 23:43:02 +0800 Subject: chore: 优化细节 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/themes/coming-soon/layouts/index.html | 93 ++++++++++++++++-------------- 1 file changed, 49 insertions(+), 44 deletions(-) (limited to 'site/themes') diff --git a/site/themes/coming-soon/layouts/index.html b/site/themes/coming-soon/layouts/index.html index fd891a4..1691d6a 100644 --- a/site/themes/coming-soon/layouts/index.html +++ b/site/themes/coming-soon/layouts/index.html @@ -1,49 +1,54 @@ + {{ define "main" }} -
- -
- {{ if .Site.Params.title }} -

{{ .Site.Params.title }}

- {{ else }} -

Coming Soon HUGO

- {{ end }} +
+ +
+ {{ if .Site.Params.title }} +

{{ .Site.Params.title }}

+ {{ else }} +

Coming Soon HUGO

+ {{ end }} +
+
+ {{ if .Site.Params.message }} +

{{ .Site.Params.message }}

+ {{ else }} +

COMING SOON

+ {{ end }} +
+
+
+

{{ .Site.Params.subtitle }}

+

+
+
+
+

+ {{ .Site.Params.description}}

+
-
- {{ if .Site.Params.message }} -

{{ .Site.Params.message }}

- {{ else }} -

COMING SOON

+
+ {{ if isset .Site.Params "socialicons" }} + {{ end }} -
-

-
-
-
-

- {{ .Site.Params.description}}

-
-
- {{ if isset .Site.Params "socialicons" }} - - {{ end }} -
- + {{ end }} \ No newline at end of file -- cgit v1.2.3-70-g09d2