feat: Add button shortcode
This commit is contained in:
@@ -8,3 +8,5 @@ draft = false
|
|||||||
# Ratten
|
# Ratten
|
||||||
|
|
||||||
Du interessierst dich für Ratten als Haustiere? Hier bist du richtig!
|
Du interessierst dich für Ratten als Haustiere? Hier bist du richtig!
|
||||||
|
|
||||||
|
{{< button "🐀 Basisinformationen" "./basiswissen-ratten/" "is-primary">}} {{< button "🏠 Adoptieren" "./adoptieren/" "is-link">}}
|
2
themes/animals/layouts/shortcodes/button.html
Normal file
2
themes/animals/layouts/shortcodes/button.html
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
<a href="{{ index .Params 1}}" class="button {{ index .Params 2}}" >{{ index .Params 0}}</a>
|
||||||
|
|
Reference in New Issue
Block a user