portal didn't hide last time; try again
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ad2572012c
commit
8f3c053540
@ -1,7 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<section class='entries'>
|
||||
<div class="h-feed">
|
||||
{{ range (where (.Paginator 13).Pages ".Params.type" "!=" "page" }}
|
||||
{{ range (where (.Paginator 13).Pages }}
|
||||
|
||||
{{ if in .Params.categories "tv"}}
|
||||
|
||||
@ -18,6 +18,10 @@
|
||||
{{ else if in .Params.categories "shouts" }}
|
||||
|
||||
{{- partial "shout_card.html" . -}}
|
||||
|
||||
{{ else if in .Params.categories "page" }}
|
||||
|
||||
{{- partial "blank.html" . -}}
|
||||
|
||||
{{ else }}
|
||||
|
||||
|
0
themes/lumbung-theme/layouts/partials/blank.html
Normal file
0
themes/lumbung-theme/layouts/partials/blank.html
Normal file
Loading…
Reference in New Issue
Block a user