Back to Distribution

Button

docs/themes/hugo-geekdoc/layouts/shortcodes/button.html

3.1.1372 B
Original Source

{{- $ref := "" }} {{- $class := "" }} {{- $size := default "regular" (.Get "size" | lower) }} {{- if not (in (slice "regular" "large") $size) }} {{- $size = "regular" }} {{- end }} {{- with .Get "href" }} {{- $ref = . }} {{- end }} {{- with .Get "relref" }} {{- $ref = relref $ . }} {{- end }} {{- with .Get "class" }} {{- $class = . }} {{- end }} {{ $.Inner }}