aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/list.html')
-rw-r--r--themes/default/layouts/_default/list.html36
1 files changed, 0 insertions, 36 deletions
diff --git a/themes/default/layouts/_default/list.html b/themes/default/layouts/_default/list.html
deleted file mode 100644
index 5cc563b..0000000
--- a/themes/default/layouts/_default/list.html
+++ /dev/null
@@ -1,36 +0,0 @@
-{{ define "styles" }}
-<style>
- {{ partial "styles-navigator.html" (dict "Link" "/") | safeCSS }}
-</style>
-{{ end }}
-
-{{ define "middle" }}
-
- {{ partial "navigator-middle.html"
- (dict
- "Title" "Home"
- "Subtitle" (partial "count-total-messages.html" .)
- "Context" .
- )
- }}
-
- {{ range .Paginator.Pages }}
- {{ .Render "summary" }}
- {{ end }}
-
- {{ partial "pagination.html" . }}
-
-{{ end }}
-
-{{ define "right" }}
- {{- partial "author-list.html" . -}}
-
- {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.picturegallery) }}
- {{- partial "gallery-images.html" . -}}
- {{ end }}
-
- {{ range first 1 (where .Site.Pages "Params.Author" .Site.Author.default.webring) }}
- {{- partial "web-ring.html" . -}}
- {{ end }}
-
-{{ end }}