- By {{ recipe.author }} - {{ recipe.method | size }} steps - + By {{ recipe.author }} - {{ recipe.method | size }} steps {%- if recipe.time %} - {%- if recipe.time > 59 %} {{ recipe.time | divided_by: 60}}h {% endif -%} {% assign mins = recipe.time | modulo: 60 -%} {%- if mins > 0 %}{{ mins }}m{% endif %} + {%- endif -%}