From 198c5ec715c6c62a6101d88805d25d98c1a16115 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 23 Apr 2022 00:03:34 +0200 Subject: [PATCH] add linking possibility --- _includes/block/hero.html | 4 +++- use/maker.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/block/hero.html b/_includes/block/hero.html index 7b64966c..376bec34 100644 --- a/_includes/block/hero.html +++ b/_includes/block/hero.html @@ -15,7 +15,9 @@ {% if include.buttons %}
{% for item in include.buttons %} - + {% endfor %}
{% endif %} diff --git a/use/maker.md b/use/maker.md index 366609a1..ae72f74c 100644 --- a/use/maker.md +++ b/use/maker.md @@ -9,5 +9,6 @@ long_text: | buttons: - text: lorem ipsum primary primary: true + link: http://example.com - text: lorem ipsum ---