Adds a couple newlines to break scraper scripts

This commit is contained in:
JackRedstonia 2021-03-30 22:43:19 +07:00
parent 014de7b0b7
commit 838911755b
1 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,9 @@
{%- if sign_items[2] and sign_items[4] -%}
{%- assign name = sign_items[2] -%}
{%- assign link = sign_items[4] -%}
<li><a href="{{ link }}">{{ name }}</a></li>
<li>
<a href="{{ link }}">{{ name }}</a>
</li>
{%- endif -%}
{%- endfor -%}
</ol>