~ruther/blog

ref: b9c795d2bfcecd327f2b0ccf70ea55497b4ec09b blog/themes/poison/layouts/_default/_markup/render-link.html -rw-r--r-- 233 bytes
b9c795d2 — Rutherther chore: guix manifest 1 year, 3 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. */ -}}