From 4dac97bd877955573151702ba6d15ad4d0bf4ebb Mon Sep 17 00:00:00 2001 From: Zhang Liang Date: Wed, 25 Apr 2018 17:32:24 +0800 Subject: [PATCH] Remove table from home page for cleaner look --- layouts/index.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 9e3cc6c..8aa5ee6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -4,20 +4,4 @@ {{ .Content }} -
- - - - - - - {{ range $key, $value := .Site.Taxonomies.tasknames }} - - - - - {{ end }} -
题目列表
题目名称版本数目
{{ $key }}{{ len $value }}
-
- {{ partial "footer.html" . }}