diff options
Diffstat (limited to 'layouts/_default/all_posts.html')
-rw-r--r-- | layouts/_default/all_posts.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/layouts/_default/all_posts.html b/layouts/_default/all_posts.html deleted file mode 100644 index ea5de00..0000000 --- a/layouts/_default/all_posts.html +++ /dev/null @@ -1,12 +0,0 @@ -{{ define "main" }} -<article class="list taxonomy"> - <h2> - All posts on this blog - </h2> - <ul> - {{ range where site.RegularPages "Type" "!=" "special"}} - {{ partial "partials/article_list_item.html" . }} - {{ end }} - </ul> -</article> -{{ end }} |