Back to Distribution

Columns

docs/themes/hugo-geekdoc/layouts/shortcodes/columns.html

3.1.1234 B
Original Source

{{- $size := default "regular" (.Get "size" | lower) }} {{- if not (in (slice "regular" "large" "small") $size) }} {{- $size = "regular" }} {{- end }}

{{- range split .Inner "<--->" }} {{ . | $.Page.RenderString -}} {{- end }}