diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..9e3cc6c --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,23 @@ +{{ partial "header.html" . }} + +
+ {{ .Content }} +
+ +
+ + + + + + + {{ range $key, $value := .Site.Taxonomies.tasknames }} + + + + + {{ end }} +
题目列表
题目名称版本数目
{{ $key }}{{ len $value }}
+
+ +{{ partial "footer.html" . }}