mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
added list level cardView control
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
</section>
|
||||
{{ if gt .Pages 0 }}
|
||||
|
||||
{{ if .Site.Params.list.cardView | default false }}
|
||||
{{ if .Params.cardView | default (.Site.Params.list.cardView | default false) }}
|
||||
|
||||
{{ $cardViewScreenWidth := .Site.Params.list.cardViewScreenWidth}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user