feat: Add button shortcode
This commit is contained in:
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