tweaking of some shortcodes and adding osm
This commit is contained in:
parent
35425157b0
commit
309a419d50
7 changed files with 32 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
|||
{{ $articleClasses = delimit (slice $articleClasses "border" "border-neutral-200 dark:border-neutral-700 border-2 rounded-xl") " thumbnailshadow " }}
|
||||
{{ end }}
|
||||
|
||||
{{ $articleImageClasses := "object-cover object-top w-full h-64 nozoom" }}
|
||||
{{ $articleImageClasses := "object-cover object-top w-full h-96 lg:h-72 md:h-72 nozoom" }}
|
||||
{{ if .Site.Params.list.showCards }}
|
||||
{{ $articleImageClasses = delimit (slice $articleImageClasses "rounded-lg") " " }}
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue