From d4607f59e5f45448ce74c2fb56d992c94c16d13d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 23 May 2022 13:10:26 +0200 Subject: Update recipe layout to allow informative links with ingredients --- layouts/recipes/single.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/recipes/single.html b/layouts/recipes/single.html index 0a7d1ad..7919970 100644 --- a/layouts/recipes/single.html +++ b/layouts/recipes/single.html @@ -60,7 +60,14 @@ - + + + {{- if .links }} + {{- range .links }} + + {{- end }} + {{- end }} + {{- if .unit }} {{ .amount }} {{ $ingredient.unit }} -- cgit v1.1