hugo-ui-blog/layouts/partials/function/url.ext.html
2023-09-26 15:07:31 +00:00

342 B

{{ $title := ((.title) | default "") }} {{ $href := ((.href) | default "") }} {{ $text := ((.text) | default "") }} {{ $class := ((.class) | default "") }} {{ $url := ((printf "%s" ($title) ($class) ($href) ($text)) | safeHTML) }} {{ return ($url) }}