This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / pages / templates / user / fragments / picHandleLink.html
167 B 5 lines
1{{ define "user/fragments/picHandleLink" }} 2<a href="/{{ resolve . }}" class="flex items-center gap-1"> 3 {{ template "user/fragments/picHandle" . }} 4</a> 5{{ end }}