~ruther/blog

ref: b8ec0e6881318f4adbd4ae68277a540c0eacf203 blog/themes/poison/layouts/_default/_markup/render-link.html -rw-r--r-- 233 bytes
b8ec0e68 — Rutherther Initial commit 9 months ago
                                                                                
1
2
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>
{{- /* This comment removes trailing newlines. */ -}}