hugo-theme-relearn/layouts/partials/output-format.hugo
2022-07-15 14:07:48 +02:00

6 lines
No EOL
154 B
Text

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