mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
9 lines
No EOL
168 B
HTML
9 lines
No EOL
168 B
HTML
{{- $id := "" }}
|
|
{{- partial "shortcodes/image.html" (dict
|
|
"page" .Page
|
|
"url" .Destination
|
|
"title" .Title
|
|
"alt" .Text
|
|
"id" $id
|
|
"attributes" .Attributes
|
|
) }} |