瀏覽代碼

Remove unused files

Riccardo Balbo 4 年之前
父節點
當前提交
f7ec48b113
共有 2 個文件被更改,包括 0 次插入14 次删除
  1. 0 11
      layouts/_default/index.html
  2. 0 3
      layouts/_default/index.json

+ 0 - 11
layouts/_default/index.html

@@ -1,11 +0,0 @@
-{{ define "main" }}
-{{ .Scratch.Set "asBanner" "true" }}
-{{ $filter := slice "showcase" }}
-    {{ range first 1 (shuffle  (where   .Site.Pages  "Params.tags"  "intersect" $filter    ) ) }}
-    {{ partial "showcase.html" . }}
-{{ end }}
-
-{{ partial "listTags.html" . }}
-{{ partial "articlesList.html" . }}
-{{ end }}
-

+ 0 - 3
layouts/_default/index.json

@@ -1,3 +0,0 @@
-{
-    
-}