From 2e0f140e0afdf220eeeba5f6646a41a13deb027c Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Sat, 1 Jul 2023 17:18:53 -0500 Subject: [PATCH] feat: Add FontAwesome thumbnail badges --- layouts/partials/list-item-thumbnail.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/layouts/partials/list-item-thumbnail.html b/layouts/partials/list-item-thumbnail.html index e4b99e9..44bed22 100644 --- a/layouts/partials/list-item-thumbnail.html +++ b/layouts/partials/list-item-thumbnail.html @@ -1,3 +1,11 @@ +{{ with .Param "fa-thumbnail" }} +
+ + + +
+{{ end }} + {{/* Thumbnail images should be stored as 'thumbnail'.* in the page bundle, but historically they might have been referenced as 'thumbnail' in the front matter, or (even more historically) as 'cardImage'. Use scratch to