aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts
diff options
context:
space:
mode:
authorHugo Lopes <hdlopes@gmail.com>2017-06-27 12:39:41 +0100
committerHugo Lopes <hdlopes@gmail.com>2017-06-27 12:39:41 +0100
commit554674fcff576428b71fe039ce6a62ee9d409b9e (patch)
tree0a80655772a76b3e023cf81aa32404007655210d /site/layouts
parenteeff5ab41103621eec51994909fab481cee075eb (diff)
Fix values link on homepage
Values link was pointing to /about.
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/index.html b/site/layouts/index.html
index 6d4e1ff..e57ce45 100644
--- a/site/layouts/index.html
+++ b/site/layouts/index.html
@@ -8,7 +8,7 @@
{{ partial "2-up" (dict "heading" "What we offer" "description" "Kaldi is the ultimate spot for coffee lovers who want to learn about their java’s origin and support the farmers that grew it. We take coffee production, roasting and brewing seriously and we’re glad to pass that knowledge to anyone." "svg1" "img/illustrations/coffee.svg" "text1" "We sell green and roasted coffee beans that are sourced directly from independent farmers and farm cooperatives. We’re proud to offer a variety of coffee beans grown with great care for the environment and local communities. Check our post or contact us directly for current availability." "svg2" "/img/illustrations/coffee-gear.svg" "text2" "We offer a small, but carefully curated selection of brewing gear and tools for every taste and experience level. No matter if you roast your own beans or just bought your first french press, you’ll find a gadget to fall in love with in our shop." "buttonText" "See all products" "buttonLink" "/products" ) }}
-{{ partial "text-and-image" (dict "heading" "Our values" "text" "Coffee is an amazing part of human culture but it has a dark side too – one of colonialism and mindless abuse of natural resources and human lives. We want to turn this around and return the coffee trade to the drink’s exhilarating, empowering and unifying nature." "buttonText" "Read more" "buttonLink" "/about") }}
+{{ partial "text-and-image" (dict "heading" "Our values" "text" "Coffee is an amazing part of human culture but it has a dark side too – one of colonialism and mindless abuse of natural resources and human lives. We want to turn this around and return the coffee trade to the drink’s exhilarating, empowering and unifying nature." "buttonText" "Read more" "buttonLink" "/values") }}
{{ partial "blog" . }}