holy/layouts/shortcodes/li.html

5 lines
101 B
HTML
Raw Normal View History

2022-04-26 16:15:41 +00:00
{{- partial "li.html" ( dict
"url" (.Get "href")
"title" (.Get "title")
"subTitle" (.Get "alt")
) -}}