Actually break scrapper

Makes previous round of scrapper breaking actually work.
This commit is contained in:
powerboat9 2021-03-29 20:02:23 +00:00 committed by GitHub
parent 88e27870d9
commit 5c97a28187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
{%- assign name = sign_items[2] -%}
{%- assign link = sign_items[4] -%}
{% comment %}Add whitespace{% endcomment %}
<li><a href="{{ link }}#[]">{{ name }}</a></li>
<li><a href="{{ link }}#/[]">{{ name }}</a></li>
{%- endif -%}
{%- endfor -%}
{% comment %}Add whitespace{% endcomment %}