about summary refs log tree commit diff
path: root/users/fcuny/blog/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/blog/layouts/_default/list.html')
-rw-r--r--users/fcuny/blog/layouts/_default/list.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/users/fcuny/blog/layouts/_default/list.html b/users/fcuny/blog/layouts/_default/list.html
deleted file mode 100644
index d2c59a7..0000000
--- a/users/fcuny/blog/layouts/_default/list.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "main" }}
-
-<article>
-
-  {{ $pgs := where .Data.Pages "Params.hidden" "ne" "true" }}
-  {{ partial "postlist" $pgs }}
-
-</article>
-
-{{ end }}