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

5 lines
247 B
HTML

{{ with index .Site.Data.friends (.Get 0) }}
<span class="h-card"><a href="{{.site}}" rel="{{.xfn}}" class="u-category u-url p-name" target="_blank">{{.name}}</a></span>
{{ else }}
{{ errorf "Could not display friend %s" (.Get 0) }}
{{ end }}