valor/layouts/shortcodes/link-preview.html
2022-08-17 14:47:54 -04:00

8 lines
148 B
HTML

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