tweaking of some shortcodes and adding osm

This commit is contained in:
Chris Cochrun 2022-11-01 17:26:46 -05:00
parent 35425157b0
commit 309a419d50
7 changed files with 32 additions and 12 deletions

View file

@ -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 }}