removed an extraneous space in the html output
All checks were successful
continuous-integration/drone/push Build is passing

it is 7:30am and i haven't slept yet what am i doing with my life
This commit is contained in:
Lynne Megido 2020-03-01 07:31:44 +10:00
parent 2a631e46fd
commit 902af258a3
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -5,6 +5,6 @@
<{{tag}}>Ingredients</{{tag}}>
<ul>
{% for item in page.ingredients -%}
<li>{{ item[0] }} {% if item[2] %} {{ item[2] }} of {% endif %} {{ item[1] }}</li>
<li>{{ item[0] }} {%- if item[2] %} {{ item[2] }} of {% endif %} {{ item[1] }}</li>
{% endfor -%}
</ul>