aboutsummaryrefslogtreecommitdiff
path: root/www/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/layouts/_default/list.html')
-rw-r--r--www/layouts/_default/list.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/layouts/_default/list.html b/www/layouts/_default/list.html
deleted file mode 100644
index c7c6cce..0000000
--- a/www/layouts/_default/list.html
+++ /dev/null
@@ -1,12 +0,0 @@
-{{ define "head"}}
- {{ partial "css.html" "res/css/article.css" }}
-{{ end }}
-
-{{ define "content" }}
- {{ partial "nav.html" . }}
- <h1>Posts</h1>
- {{ partial "preview/posts.html" (dict
- "h" "h3"
- "pages" (.RegularPages.ByDate.Reverse.Limit 3))
- }}
-{{ end }}