home | blog | art | now | git gpg | email | rss

pollux.codes

Files for the pollux.codes site
git clone https://pollux.codes/git/pollux.codes.git
Log | Files | Refs

render-link.html (184B)


      1 <a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}>{{ .Text | safeHTML }}{{ if strings.HasPrefix .Destination "http" }}↗️{{ end }}</a>{{- print "" -}}