tylerperkins.xyz/layouts/_default/_markup/render-image.html

2 lines
132 B
HTML
Raw Normal View History

2023-09-12 02:45:24 +00:00
<center><img src="{{ .Destination }}" title="{{ with .Title }}{{ . }} {{ else }}{{ .Text }}{{ end }}" alt="{{ .Text }}" /></center>