diff --git a/themes/dot/layouts/index.html b/themes/dot/layouts/index.html index 02a868407b140e18dbe5c2f3da408113e7268742..e80522198ff28cc2b20f0e051b0b3e77b98a1710 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") }} - - - {{ with .Params.icon}}{{end}} - {{ .Title }} - {{with .Params.description}}{{. | markdownify}}{{end}} - - - {{ 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") }} + + + {{ with .Params.icon}}{{end}} + {{ .Title }} + {{with .Params.description}}{{. | markdownify}}{{end}} + + + {{ 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 }}
{{. | markdownify}}
{{ .content | markdownify }}