aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/_markup/render-image.html
blob: 5da02eb24657aa737a638a8b00dc60643f30f667 (plain)
1
2
3
4
5
6
7
8
<figure>
  <a href="{{ .Destination }}" target="_blank">
    <img
      loading="lazy"
      src="{{ .Destination }}"
      alt="{{ .Text }}" title="{{ .Text }}"> 
  </a>
</figure>