tylerperkins.xyz/layouts/_default/_markup/render-image.html
2023-09-11 22:45:24 -04:00

2 lines
132 B
HTML

<center><img src="{{ .Destination }}" title="{{ with .Title }}{{ . }} {{ else }}{{ .Text }}{{ end }}" alt="{{ .Text }}" /></center>