matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.6k stars 1.28k forks source link

button: option for target #547

Closed TB1234 closed 1 year ago

TB1234 commented 1 year ago

Allows adding an option target for the button element. If not available, _blank is used as in the past.

    {{ partial "shortcodes/button.html" (dict
      "context" .
      "href" .Permalink
      "icon" "fa-duotone fa-chevrons-right"
      "iconposition" "right"
      "content" "text"
      "target" "_self"
    )}}

button.txt