mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Friend URLs aren't categories
This commit is contained in:
parent
c245ba44a0
commit
82e65a2a69
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue