From 988a3cd185b9e0268ad220b6f506acf446a35447 Mon Sep 17 00:00:00 2001 From: Mathias Biilmann Christensen Date: Tue, 21 Feb 2017 00:50:28 -0800 Subject: Make product page use content from frontmatter --- site/layouts/partials/blockquote.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'site/layouts/partials/blockquote.html') diff --git a/site/layouts/partials/blockquote.html b/site/layouts/partials/blockquote.html index 85920f0..1c851e1 100644 --- a/site/layouts/partials/blockquote.html +++ b/site/layouts/partials/blockquote.html @@ -1,6 +1,6 @@
-

{{.quote}}

- {{.author}} +

“{{ .quote }}”

+ {{ .author }}
-- cgit v1.3