mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 08:51:19 +00:00
6 lines
204 B
HTML
6 lines
204 B
HTML
{{ $_hugo_config := `{ "version": 1 }` }}
|
|
{{- $img := .Get "img" }}
|
|
{{- $class := .Get "class" }}
|
|
{{- $widths := .Get "widths" }}
|
|
{{ partial "picture" (dict "img" $img "class" $class "widths" $widths) }}
|