github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/output-suffix.hugo (about) 1 {{- $format := partial "get-format.hugo" . }} 2 {{- $ret := "html" }} 3 {{- if $format }} 4 {{- range first 1 $format.MediaType.Suffixes }} 5 {{- $ret = . }} 6 {{- end }} 7 {{- end }} 8 {{- return $ret }}