diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 11:46:35 +0200 |
| commit | 748564be8a54f07761eea87c1bb84009e16a8593 (patch) | |
| tree | 743c6a2105afd7fadb83e9e68aa611551a188201 /site/layouts/products/single.html | |
| parent | 7163e7d16db40a3382167dcec145cd033114227a (diff) | |
WIP
Signed-off-by: Darin Dimitroff <d@thecrazyones.agency>
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"> |
