Oops, replace wrongly used variable search -> link.

master
voussoir 2020-01-13 23:18:48 -08:00
parent 89bfca8f9f
commit c185ca6bf7
1 changed files with 1 additions and 1 deletions

View File

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