From 5c97a28187565cdd0764edefb17c6964c6faf4e5 Mon Sep 17 00:00:00 2001 From: powerboat9 <7397652+powerboat9@users.noreply.github.com> Date: Mon, 29 Mar 2021 20:02:23 +0000 Subject: [PATCH] Actually break scrapper Makes previous round of scrapper breaking actually work. --- _includes/signatures.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/signatures.html b/_includes/signatures.html index 8064b6455..a7ce5758c 100644 --- a/_includes/signatures.html +++ b/_includes/signatures.html @@ -23,7 +23,7 @@ {%- assign name = sign_items[2] -%} {%- assign link = sign_items[4] -%} {% comment %}Add whitespace{% endcomment %} -
  • {{ name }}
  • +
  • {{ name }}
  • {%- endif -%} {%- endfor -%} {% comment %}Add whitespace{% endcomment %}