File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func (du *DateUtils) AbsoluteShort(time any) template.HTML {
28
28
29
29
// AbsoluteLong renders in "January 01, 2006" format
30
30
func (du * DateUtils ) AbsoluteLong (time any ) template.HTML {
31
- return dateTimeFormat ("short " , time )
31
+ return dateTimeFormat ("long " , time )
32
32
}
33
33
34
34
// FullTime renders in "Jan 01, 2006 20:33:44" format
Original file line number Diff line number Diff line change 56
56
{{end}}
57
57
{{end}}
58
58
</span>
59
- <span class="author tw-flex tw-items-center tw-mr-2 tw-gap-[1px] ">
59
+ <span class="author tw-flex tw-items-center tw-mr-2 tw-gap-1 ">
60
60
{{$userName := $commit.Commit.Author.Name}}
61
61
{{if $commit.User}}
62
62
{{if and $commit.User.FullName DefaultShowFullName}}
69
69
{{$userName}}
70
70
{{end}}
71
71
</span>
72
- <span class="time tw-flex tw-items-center">{{DateUtils.FullTime $commit.Date}}</span>
72
+ <span class="time tw-flex tw-items-center">{{$commit.Date}}</span>
73
73
{{end}}
74
74
</li>
75
75
{{end}}
You can’t perform that action at this time.
0 commit comments