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,
|
"commissions": true,
|
||||||
"featured": [
|
"featured": [
|
||||||
"another-thursday",
|
"altswimsuit",
|
||||||
"luci-zpainter",
|
"commission-midnighto51",
|
||||||
"mel"
|
"electrical"
|
||||||
],
|
],
|
||||||
"new-banner": ""
|
"new-banner": ""
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue