hugo-theme-relearn/layouts/partials/output-format.hugo

6 lines
154 B
Text
Raw Normal View History

{{- $format := partial "get-format.hugo" . }}
{{- $ret := "default" }}
{{- if $format }}
{{ $ret = $format.Name | lower }}
{{- end }}
{{- return $ret }}