mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
6 lines
No EOL
154 B
Text
6 lines
No EOL
154 B
Text
{{- $format := partial "get-format.hugo" . }}
|
|
{{- $ret := "default" }}
|
|
{{- if $format }}
|
|
{{ $ret = $format.Name | lower }}
|
|
{{- end }}
|
|
{{- return $ret }} |