mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
12 lines
No EOL
325 B
HTML
12 lines
No EOL
325 B
HTML
{{- $version := split hugo.Version "." }}
|
|
{{- $major := int (index $version 0) }}
|
|
{{- $minor := int (index $version 1) }}
|
|
{{- $id := "" }}
|
|
{{- if and (ge $major 0) (ge $major 108) }}
|
|
{{- $id = .Ordinal }}
|
|
{{- end }}
|
|
{{- partial "shortcodes/swagger.html" (dict
|
|
"context" .Page
|
|
"src" (.Get "src")
|
|
"id" $id
|
|
) }} |