You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
208 B
HTML
2 lines
208 B
HTML
3 years ago
|
{{$trimmed := strings.TrimSuffix ".md" (.Destination | safeURL)}}
|
||
|
<a href="{{ if (hasPrefix $trimmed "/") }}{{ $trimmed }}{{ else }}{{ print "/" $trimmed }}{{ end }}" rel="noopener">{{ .Text | safeHTML }}</a>
|