diff --git a/layouts/partials/ingredients.html b/layouts/partials/ingredients.html index 99e6940..98cad70 100644 --- a/layouts/partials/ingredients.html +++ b/layouts/partials/ingredients.html @@ -4,8 +4,8 @@ {{ with .Params.portions -}}
- pour {{ .qt }} - {{- with .name }} {{.}} + pour {{ .qt | markdownify }} + {{- with .name }} {{ . | markdownify }} {{- else }} portions{{ end -}}
{{- end }} @@ -13,13 +13,13 @@