mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-04 18:22:16 +08:00
8 lines
141 B
HTML
8 lines
141 B
HTML
{{- $id := "" }}
|
|
{{- partial "shortcodes/image.html" (dict
|
|
"page" .Page
|
|
"url" .Destination
|
|
"title" .Title
|
|
"alt" .Text
|
|
"id" $id
|
|
) }} |