From 4e7a3de67ad6f208e32bb22c634550e0996d26c4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 18 Nov 2024 19:04:50 -0500 Subject: [PATCH] Fix breadcrumbs, update featured --- data/art-config.json | 6 +++--- themes/red/layouts/partials/breadcrumbs.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/art-config.json b/data/art-config.json index 8e665d4..4cbc595 100644 --- a/data/art-config.json +++ b/data/art-config.json @@ -1,9 +1,9 @@ { "commissions": true, "featured": [ - "another-thursday", - "luci-zpainter", - "mel" + "altswimsuit", + "commission-midnighto51", + "electrical" ], "new-banner": "" } diff --git a/themes/red/layouts/partials/breadcrumbs.html b/themes/red/layouts/partials/breadcrumbs.html index 49f2a21..ee299b0 100644 --- a/themes/red/layouts/partials/breadcrumbs.html +++ b/themes/red/layouts/partials/breadcrumbs.html @@ -61,7 +61,7 @@ {{ else }} {{ if not (and $needs_skip $end) }} - {{ .Title }} + {{ .Title }} / {{ end }} {{ end }}