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 -%}
|
||||
{%- 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 -%}
|
||||
|
|
Loading…
Reference in a new issue