Remove hero param maxheight default

This commit is contained in:
Will Faught
2023-04-08 00:13:30 -07:00
parent 8b013dc758
commit c41343e23c
3 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{{ $height := .Get "height" }}
{{ $image := .Get "image" }}
{{ $imageclass := .Get "imageclass" }}
{{ $maxheight := .Get "maxheight" | default "20rem" }}
{{ $maxheight := .Get "maxheight" }}
{{ $maxwidth := .Get "maxwidth" }}
{{ $page := .Page }}
{{ $process := .Get "process" }}