mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 05:51:53 +02:00
Merge pull request #207 from nunocoracao/205-cards-background-blur-improvements
removed blur from list view without card config
This commit is contained in:
commit
5f52400e1e
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
{{ $articleClasses := "flex flex-wrap article backdrop-blur" }}
|
||||
{{ $articleClasses := "flex flex-wrap article" }}
|
||||
{{ if .Site.Params.list.showCards }}
|
||||
{{ $articleClasses = delimit (slice $articleClasses "border" "border-neutral-200 dark:border-neutral-700 border-2 rounded-md") " " }}
|
||||
{{ $articleClasses = delimit (slice $articleClasses "border border-neutral-200 dark:border-neutral-700 border-2 rounded-md") " " }}
|
||||
{{ else }}
|
||||
{{ $articleClasses = delimit (slice $articleClasses "") " " }}
|
||||
{{ end }}
|
||||
|
||||
{{ $articleImageClasses := "w-full md:w-auto h-full thumbnail nozoom" }}
|
||||
|
|
Loading…
Add table
Reference in a new issue