hugo-theme-hilfe/layouts/_default/_markup/render-image.html

3 lines
149 B
HTML
Raw Normal View History

<img src="{{ .Destination | safeURL | relURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
{{- /* Drop trailing newlines */ -}}