From 56f3e22e6939ed82e5016eade3b8287d4d6f9718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=80=8A=E6=96=B0=E7=A8=8B=E5=BA=8F=E5=91=98=E3=80=8B?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=83=A8?= Date: Fri, 22 Jul 2022 11:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0themes/dot/layouts/index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/dot/layouts/index.html | 110 +++++++++++++++++----------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/themes/dot/layouts/index.html b/themes/dot/layouts/index.html index 02a8684..e805221 100644 --- a/themes/dot/layouts/index.html +++ b/themes/dot/layouts/index.html @@ -1,55 +1,55 @@ -{{ define "main" }} - - {{ "" | safeHTML }} -
-
-
-
-

{{ "专辑" | safeHTML }}

-
- {{ "" | safeHTML }} - {{ range (where .Site.Pages "Type" "docs") }} - - {{ end }} -
-
-
- {{ "" | safeHTML }} - - {{ if .Site.Params.cta.enable }} - {{ with .Site.Params.cta }} - {{ "" | safeHTML }} -
-
-
-
-
-

{{ .title | markdownify }}

-

{{ .content | markdownify }}

- {{ if .button.enable }} - {{ with .button }} - {{ .label }} - {{ end }} - {{ end }} -
-
-
-
-
- {{ "" | safeHTML }} - {{ end }} - {{ end }} - -{{ end }} \ No newline at end of file +{{ define "main" }} + + {{ "" | safeHTML }} +
+
+
+
+

{{ "专辑" | safeHTML }}

+
+ {{ "" | safeHTML }} + {{ range (where .Site.Pages "Type" "docs") }} + + {{ end }} +
+
+
+ {{ "" | safeHTML }} + + {{ if .Site.Params.cta.enable }} + {{ with .Site.Params.cta }} + {{ "" | safeHTML }} +
+
+
+
+
+

{{ .title | markdownify }}

+

{{ .content | markdownify }}

+ {{ if .button.enable }} + {{ with .button }} + {{ .label }} + {{ end }} + {{ end }} +
+
+
+
+
+ {{ "" | safeHTML }} + {{ end }} + {{ end }} + +{{ end }} -- GitLab