fixed a silly issue caused by removing whitespace

This commit is contained in:
Lynne Megido 2020-03-01 04:17:34 +10:00
parent 5911e0403a
commit 1d9ec2668e
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -20,7 +20,9 @@ layout: default
{% for subrecipe in site.subrecipes -%}
{%- if subrecipe.parents contains id -%}
<h3>{{ subrecipe.name }}</h3>
{{ subrecipe.output }}
<div class='subrecipe' id='sr-{{ subrecipe.name | downcase | url_encode }}'>
{{ subrecipe.output }}
</div>
{%- endif -%}
{%- endfor -%}
{%- endif -%}