This repository has no description
0

Configure Feed

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

core / appview / pages / templates / repo / fragments / timeWrapper.html
160 B 5 lines
1{{ define "repo/fragments/timeWrapper" }} 2<time datetime="{{ .Time | iso8601DateTimeFmt }}" title="{{ .Time | longTimeFmt }}">{{ .Content }}</time> 3{{ end }} 4 5