tylerperkins.xyz/layouts/_default/_markup/render-image.html
Tyler Perkins dfa985812f
All checks were successful
continuous-integration/drone/push Build is passing
Update style and first post
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>