{{ .Title }}
Published: {{ .PublishDate.Format "January 2, 2006" }} • Last Updated: {{ .Lastmod.Format "January 2, 2006" }}
Chef:
{{ if .Params.authorurl }}{{ .Params.AuthorName }}{{ else }}{{ .Params.AuthorName }}{{ end }}
{{ if .Params.Category }} • {{ end }}
Category: {{ .Params.Category | humanize }}
{{ if .Params.Cuisine }} • {{ end }}
Cuisine: {{ .Params.Cuisine | humanize }}
{{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}
{{ if (or (or .Params.yield .Params.prepTime) .Params.cookTime) }}
{{ if .Params.yield }}Yields: {{ .Params.yield }}{{ end }}
{{ if (and .Params.prepTime .Params.yield) }} • {{ end }}
{{ if .Params.prepTime }}Prep Time: {{ .Params.prepTime }}{{ end }}
{{ if (and .Params.cookTime (or .Params.yield .Params.prepTime)) }} • {{ end }}
{{ if .Params.cookTime }}Cook Time: {{ .Params.cookTime }}{{ end }}
{{ end }}
{{ with .Params.Ingredients }}
{{ if .Params.directions }}
{{ i18n "ingredients" }}
-
{{ range . }}
- {{ with ( . | markdownify) }}{{ partial "recipe_item.html" . }}{{ end }} {{ end }}
{{ i18n "directions" }}
-
{{ range .Params.Directions }}
- {{ with ( . | markdownify) }}{{ partial "recipe_item.html" . }}{{ end }} {{ end }}
{{.Content}}
Inspiration & Resources
{{ range .Params.inspiration }}-
{{ if .url }}
- {{ .title }} {{ else }}
- {{ .title }} {{ end }}