summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/layouts/_default/list.html')
-rw-r--r--themes/new_theme/layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/new_theme/layouts/_default/list.html b/themes/new_theme/layouts/_default/list.html
index 4a151c3..c4278e5 100644
--- a/themes/new_theme/layouts/_default/list.html
+++ b/themes/new_theme/layouts/_default/list.html
@@ -8,7 +8,7 @@
{{- with .Content }}
<div class="content main__content clearfix">
{{ . }}
- {{ partial "ranklist.html" . }}
+ {{ partial "ranklist_elasticlunr.html" . }}
</div>
{{- end }}
{{ $section := .Section }}