Skip to content

Commit

Permalink
fix: improve button shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hollow committed Dec 26, 2024
1 parent 6d88bde commit 1ab69e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cascade:
{{< article link="/blog/2024/10/what-is-the-esp-registry/" >}}

<br>
{{< button href="#button" target="_self" href=/blog/ >}}
{{< button href="blog/" target="_self" >}}
More Articles
{{< /button >}}

Expand All @@ -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/" >}}

<br>
{{< button href="#button" target="_self" href=/workshops/ >}}
{{< button href="workshops/" target="_self" >}}
More Workshops
{{< /button >}}

Expand All @@ -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/" >}}

<br>
{{< button href="#button" target="_self" href=/events/ >}}
{{< button href="events/" target="_self" >}}
More Events
{{< /button >}}

0 comments on commit 1ab69e7

Please sign in to comment.