From 00d136818bac991b02c0944687959d20f9452144 Mon Sep 17 00:00:00 2001 From: lucperkins Date: Mon, 13 Aug 2018 10:13:55 -0700 Subject: [PATCH] Enable specifying button links --- exampleSite/config.yaml | 3 +++ layouts/partials/section1.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 548512b..a40da74 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -85,14 +85,17 @@ params: - title: App builder icon: mouse-globe text: This is some explanatory text that is on two rows + url: / buttonText: Free trial - title: Cloud integration icon: laptop-cloud text: This is some explanatory text that is on two rows + url: / buttonText: Get started - title: Add-ons & plugins icon: plug-cloud text: This is some explanatory text that is on two rows + url: / buttonText: Get started section2: title: You're here because you want the best diff --git a/layouts/partials/section1.html b/layouts/partials/section1.html index 02b34a2..a380023 100644 --- a/layouts/partials/section1.html +++ b/layouts/partials/section1.html @@ -25,7 +25,7 @@

{{ .text }}

- {{ .buttonText }} + {{ .buttonText }}