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' -%}
{{' '}}href="javascript:void(0)"
{%- else -%}
{{' '}}href="{{search}}"
{{' '}}href="{{link}}"
{%- endif -%}
{%- else -%}
{% set closing="</span>" %}