From 1ab69e7310b7bb3a597417ce80f04cb2541f4a22 Mon Sep 17 00:00:00 2001 From: "kirill.chalov" Date: Thu, 26 Dec 2024 15:56:29 +0800 Subject: [PATCH] fix: improve button shortcodes --- content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 23806a9a..e4913fee 100755 --- a/content/_index.md +++ b/content/_index.md @@ -15,7 +15,7 @@ cascade: {{< article link="/blog/2024/10/what-is-the-esp-registry/" >}}
-{{< button href="#button" target="_self" href=/blog/ >}} +{{< button href="blog/" target="_self" >}} More Articles {{< /button >}} @@ -26,7 +26,7 @@ Dive into our latest workshops and master the skills you need to maximize the po {{< article link="/workshops/esp-idf-with-esp32-c6/introduction/" >}}
-{{< button href="#button" target="_self" href=/workshops/ >}} +{{< button href="workshops/" target="_self" >}} More Workshops {{< /button >}} @@ -37,6 +37,6 @@ Here you can follow the current status of the new chip support in various Espres {{< article link="/pages/chip-support-status/esp32c61/" >}}
-{{< button href="#button" target="_self" href=/events/ >}} +{{< button href="events/" target="_self" >}} More Events {{< /button >}}