mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
11 lines
No EOL
449 B
HTML
11 lines
No EOL
449 B
HTML
<a href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:" ) }} target="_blank" {{
|
|
end }} class="flex items-center">
|
|
{{ if .Pre }}
|
|
<span {{ if and .Pre .Name}} class="mr-1" {{ end }}>
|
|
{{ partial "icon.html" .Pre }}
|
|
</span>
|
|
{{ end }}
|
|
<p class="text-base font-medium text-gray-500 hover:text-gray-900" title="{{ .Title }}">
|
|
{{ .Name | markdownify | emojify }}
|
|
</p>
|
|
</a> |