Fix breadcrumbs, update featured

This commit is contained in:
Joshua Goins 2024-11-18 19:04:50 -05:00
parent 769c5a3fc2
commit 4e7a3de67a
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,9 @@
{ {
"commissions": true, "commissions": true,
"featured": [ "featured": [
"another-thursday", "altswimsuit",
"luci-zpainter", "commission-midnighto51",
"mel" "electrical"
], ],
"new-banner": "" "new-banner": ""
} }

View file

@ -61,7 +61,7 @@
{{ else }} {{ else }}
{{ if not (and $needs_skip $end) }} {{ if not (and $needs_skip $end) }}
<a href="{{ $.Permalink }}">{{ .Title }}</a> <a href="{{ .Permalink }}">{{ .Title }}</a>
<span> / </span> <span> / </span>
{{ end }} {{ end }}
{{ end }} {{ end }}