diff --git a/content/_index.md b/content/_index.md index f35aa8d..c6f9884 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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">}} \ No newline at end of file diff --git a/themes/animals/layouts/shortcodes/button.html b/themes/animals/layouts/shortcodes/button.html new file mode 100644 index 0000000..9c2749a --- /dev/null +++ b/themes/animals/layouts/shortcodes/button.html @@ -0,0 +1,2 @@ +{{ index .Params 0}} +