From b15dac33edf07b3ef0ad1a96b73cd50f524d051f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 10 Jan 2021 18:34:01 +0100 Subject: [PATCH] Photo icon before quality icon --- layouts/partials/recipe_list_entry.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/recipe_list_entry.html b/layouts/partials/recipe_list_entry.html index ecb3411..7f06377 100644 --- a/layouts/partials/recipe_list_entry.html +++ b/layouts/partials/recipe_list_entry.html @@ -8,12 +8,12 @@ {{ with .Params.season }} {{- partial "season_badge.html" . -}} {{ end }} - {{ with .Params.quality }} - {{- partial "quality_badge.html" . -}} - {{ end }} {{ with .Params.photo }} {{- partial "photo_badge.html" . -}} {{ end }} + {{ with .Params.quality }} + {{- partial "quality_badge.html" . -}} + {{ end }}