feat: Add button shortcode

This commit is contained in:
2025-08-29 17:41:29 +02:00
parent b69a8e4a1c
commit 0af0a0bee7
2 changed files with 4 additions and 0 deletions

View File

@@ -8,3 +8,5 @@ draft = false
# Ratten
Du interessierst dich für Ratten als Haustiere? Hier bist du richtig!
{{< button "🐀 Basisinformationen" "./basiswissen-ratten/" "is-primary">}} {{< button "🏠 Adoptieren" "./adoptieren/" "is-link">}}

View File

@@ -0,0 +1,2 @@
<a href="{{ index .Params 1}}" class="button {{ index .Params 2}}" >{{ index .Params 0}}</a>