diff --git a/content/index.md b/content/index.md index 0eef716..a6be56d 100644 --- a/content/index.md +++ b/content/index.md @@ -8,8 +8,8 @@ sections: background_image: images/header.jpg background_image_opacity: 65 content: |- - # Real, beautiful plants right to your door - Don't forget to add your Snipcart API key to the site's configuration to enable Cart actions. + beautiful plants right to your door + Don't forget to add your Snipcart API key to the site's configuration to enable Cart actions. actions: - title: See all items url: "/store" @@ -34,16 +34,17 @@ sections: section_id: testimonials_section title: Testimonials testimonials: - - author: - name: John Dope - location: Colorado, USA - text: I didn't know the Snipcart guys were into herbs as well! How beautiful is - that Planty theme. I'm going to launch a killer JAMstack e-commerce store using - this for sure. - - author: - name: Major Payne - location: VA, USA - text: Well I'll be d*mned. These plants really ARE greener than any of my recruits. + - author: + name: John Dope + location: Colorado, USA + text: + I didn't know the Snipcart guys were into herbs as well! How beautiful is + that Planty theme. I'm going to launch a killer JAMstack e-commerce store using + this for sure. + - author: + name: Major Payne + location: VA, USA + text: Well I'll be d*mned. These plants really ARE greener than any of my recruits. - type: promotion_section section_id: promotion_section title: A new home interior for summer diff --git a/package.json b/package.json index ec86448..1679b18 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,11 @@ "build": { "patterns": "*", "extensions": "*", - "ignore": ["public", "node_modules", "package.json"] + "ignore": [ + "public", + "node_modules", + "package.json" + ] } }, "scripts": {