Oops, replace wrongly used variable search -> link.

This commit is contained in:
voussoir 2020-01-13 23:18:48 -08:00
parent 89bfca8f9f
commit c185ca6bf7

View file

@ -31,7 +31,7 @@
{%- elif link == 'void' -%} {%- elif link == 'void' -%}
{{' '}}href="javascript:void(0)" {{' '}}href="javascript:void(0)"
{%- else -%} {%- else -%}
{{' '}}href="{{search}}" {{' '}}href="{{link}}"
{%- endif -%} {%- endif -%}
{%- else -%} {%- else -%}
{% set closing="</span>" %} {% set closing="</span>" %}