valor/layouts/shortcodes/link-preview.html
2023-05-03 20:42:14 -04:00

9 lines
No EOL
184 B
HTML

<a href="{{ .Get 0 }}" class="link-preview">
{{if .Get 3}}
<img src='{{.Get 3}}'>
{{end}}
<div>
<h3>{{ .Get 1 }}</h3>
<p>{{.Get 2 }}</p>
</div>
</a>