www.byjp.me/layouts/shortcodes/friend.html
2023-08-02 14:12:31 +01:00

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 }}