Friend URLs aren't categories

This commit is contained in:
JP Hastings-Spital 2023-08-02 14:12:31 +01:00
parent c245ba44a0
commit 82e65a2a69

View file

@ -1,5 +1,5 @@
{{ 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>
<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 }}