From 1da9ae912f4d92d803431b632aaa942624cfa9d5 Mon Sep 17 00:00:00 2001 From: yova Date: Sat, 26 Nov 2022 22:19:14 +0100 Subject: [PATCH] New button --- content/_index.md | 4 +++- layouts/shortcodes/button.html | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 layouts/shortcodes/button.html diff --git a/content/_index.md b/content/_index.md index b30fafe..68e4b33 100644 --- a/content/_index.md +++ b/content/_index.md @@ -65,9 +65,11 @@ Ohne die freie Software Community wäre dieses Fon nicht möglich. Daher gehen, --- ## Sicher dir eins! -Kost nur 170€ inkl. Versand. +Kost nur 150€ inkl. Versand. Interesse? Dann hol dir gleich eins im [🔗 shop!](https://shop.gugelfrei.de/fon) +{{< button url="https://shop.gugelfrei.de" text="Kaufen!">}} + --- diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html new file mode 100644 index 0000000..1044c37 --- /dev/null +++ b/layouts/shortcodes/button.html @@ -0,0 +1,14 @@ +

+ +
+ + + {{ .Get "text" }} + + +