Fix breadcrumbs, update featured
This commit is contained in:
parent
769c5a3fc2
commit
4e7a3de67a
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"commissions": true,
|
||||
"featured": [
|
||||
"another-thursday",
|
||||
"luci-zpainter",
|
||||
"mel"
|
||||
"altswimsuit",
|
||||
"commission-midnighto51",
|
||||
"electrical"
|
||||
],
|
||||
"new-banner": ""
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
{{ else }}
|
||||
|
||||
{{ if not (and $needs_skip $end) }}
|
||||
<a href="{{ $.Permalink }}">{{ .Title }}</a>
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<span> / </span>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue