mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-10 14:55:49 +00:00
get_funnel: fix typo on references funnel
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user