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

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