diff options
Diffstat (limited to 'site/layouts/products/single.html')
| -rw-r--r-- | site/layouts/products/single.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/layouts/products/single.html b/site/layouts/products/single.html index 921763d..81bef18 100644 --- a/site/layouts/products/single.html +++ b/site/layouts/products/single.html @@ -15,11 +15,11 @@ <!-- Image grid --> {{ partial "image-grid" . }} -{{ partial "blockquote" (dict "quote" "A testimonial from someone who can’t live without this." "author" "A satisfied customer") }} +<div class="pb4"> + {{ partial "blockquote" (dict "quote" "“The first time I tried Kaldi’s coffee, I couldn’t even believe that was the same thing I’ve been drinking every morning.”" "author" "Elisabeth Kaurismäki") }} -{{ partial "blockquote" (dict "quote" "“The first time I tried Kaldi’s coffee, I couldn’t even believe that was the same thing I’ve been drinking every morning.”" "author" "Elisabeth Kaurismäki") }} - -{{ partial "blockquote" (dict "quote" "“Kaldi is the place to go if you want the best quality coffee. I love their stance on empowering farmers and transparency.”" "author" "Philipp Trommler") }} + {{ partial "blockquote" (dict "quote" "“Kaldi is the place to go if you want the best quality coffee. I love their stance on empowering farmers and transparency.”" "author" "Philipp Trommler") }} +</div> <!-- Full-width image --> <img src="/img/products/products-full-width.jpg" alt="" class="db w-100"> |
