{{ .Title }}
Published: {{ .PublishDate.Format "January 2, 2006" }} • Last Updated: {{ .Lastmod.Format "January 2, 2006" }}
Chef:
{{if .Params.authorurl }}
{{.Params.AuthorName}}
{{else}}
{{.Params.AuthorName}}
{{end}}
{{ with .Params.Category }}{{ partial "taxonomy/notes" . }}{{ end }}
{{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}
{{.Content}}
Inspiration & Resources
{{ range .Params.inspiration }}-
{{ if .url }}
- {{ .title }} {{ else }}
- {{ .title }} {{ end }}