mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 14:55:41 +01:00
5 lines
236 B
HTML
5 lines
236 B
HTML
{{ with index .Site.Data.friends (.Get 0) }}
|
|
<span class="h-card"><a href="{{.site}}" rel="{{.xfn}}" class="u-url p-name" target="_blank">{{.name}}</a></span>
|
|
{{ else }}
|
|
{{ errorf "Could not display friend %s" (.Get 0) }}
|
|
{{ end }}
|