fixed a silly issue caused by removing whitespace
This commit is contained in:
parent
5911e0403a
commit
1d9ec2668e
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ layout: default
|
||||||
{% for subrecipe in site.subrecipes -%}
|
{% for subrecipe in site.subrecipes -%}
|
||||||
{%- if subrecipe.parents contains id -%}
|
{%- if subrecipe.parents contains id -%}
|
||||||
<h3>{{ subrecipe.name }}</h3>
|
<h3>{{ subrecipe.name }}</h3>
|
||||||
|
<div class='subrecipe' id='sr-{{ subrecipe.name | downcase | url_encode }}'>
|
||||||
{{ subrecipe.output }}
|
{{ subrecipe.output }}
|
||||||
|
</div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
Loading…
Reference in a new issue