get_funnel: fix typo on references funnel

This commit is contained in:
mDuo13
2021-09-14 16:25:08 -07:00
parent bb7589b35e
commit d88b0420ca

View File

@@ -4,6 +4,6 @@
{%- set references = pages|selectattr('html', 'defined_and_equalto', 'references.html')|first -%}
{%- if concepts.is_ancestor_of(page.html) -%}Concepts
{%- elif tutorials.is_ancestor_of(page.html) -%}Tutorials
{%- elif tutorials.is_ancestor_of(page.html) -%}References
{%- elif references.is_ancestor_of(page.html) -%}References
{%- else -%}Other{%- endif -%}
{%- endmacro %}