Skip to content

Commit daecc08

Browse files
committed
Fix render
1 parent b130c9e commit daecc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/package/view.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
{{range .LatestVersions}}
8787
<div class="item gt-df">
8888
<a class="gt-f1" href="{{$.PackageDescriptor.PackageWebLink}}/{{PathEscape .LowerVersion}}">{{.Version}}</a>
89-
<span class="text small">{{template "shared/datetime/short" .CreatedUnix.FormatDate .CreatedUnix.FormatDate}}</span>
89+
<span class="text small">{{template "shared/datetime/short" (dict "Datetime" (.CreatedUnix.FormatDate) "Fallback" (.CreatedUnix.FormatDate))}}</span>
9090
</div>
9191
{{end}}
9292
</div>

0 commit comments

Comments
 (0)