diff --git a/themes/gallo/layouts/partials/rental_catalog.html b/themes/gallo/layouts/partials/rental_catalog.html index 3f7ed8d..c907e46 100644 --- a/themes/gallo/layouts/partials/rental_catalog.html +++ b/themes/gallo/layouts/partials/rental_catalog.html @@ -34,12 +34,12 @@ class="mt-2 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 gap-4" > {{ range .Params.catalog }} {{ if ne .item "" }} -
+
Placeholder Image
@@ -52,7 +52,7 @@
{{ end }}
-
+
{{ if ne .quant "" }}
Quantity: @@ -61,11 +61,11 @@ {{ end }} {{ if ne .dimensions "" }}
Dimensions: - {{ .dimensions }} + {{ .dimensions }}
{{ end }} {{ if ne .baseCost "" }}
- Base Cost: + Rental Cost: {{ .baseCost }}
{{ end }} {{ if ne .deliveryPickup "" }} @@ -78,16 +78,21 @@ + Setup & Breakdown: {{ .installBreakdown }}
- {{ end }} {{ if ne .purchaseCost "" }} -
- Purchase Cost: - {{ .purchaseCost }} -
{{ end }}
-