2023-01-14 15:58:22 -06:00
|
|
|
<li class="mt-1">
|
2023-01-13 20:09:45 -06:00
|
|
|
<a href="{{ .URL }}" {{ if or (strings.HasPrefix .URL "http:" ) (strings.HasPrefix .URL "https:"
|
|
|
|
) }} target="_blank" {{ end }} class="flex items-center">
|
|
|
|
{{ if .Pre }}
|
2023-01-14 15:58:22 -06:00
|
|
|
<div {{ if and .Pre .Name}} class="mr-2" {{ end }}>
|
2023-01-13 20:09:45 -06:00
|
|
|
{{ partial "icon.html" .Pre }}
|
2023-01-14 15:58:22 -06:00
|
|
|
</div>
|
2023-01-13 20:09:45 -06:00
|
|
|
{{ end }}
|
2023-01-14 07:10:55 -06:00
|
|
|
<p class="text-bg font-bg text-gray-500 hover:text-gray-900" title="{{ .Title }}">
|
2023-01-13 20:09:45 -06:00
|
|
|
{{ .Name | markdownify | emojify }}
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
</li>
|