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

2 lines
116 B
HTML
Raw Normal View History

<a href="{{ .Destination | safeURL | relURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text | safeHTML }}</a>