mirror of
https://github.com/falsycat/ar.falsy.cat.git
synced 2024-11-15 07:54:52 +00:00
2 lines
208 B
HTML
2 lines
208 B
HTML
{{$trimmed := strings.TrimSuffix ".md" (.Destination | safeURL)}}
|
|
<a href="{{ if (hasPrefix $trimmed "/") }}{{ $trimmed }}{{ else }}{{ print "/" $trimmed }}{{ end }}" rel="noopener">{{ .Text | safeHTML }}</a> |