the repository which powers this website
Diffstat (limited to 'themed/index.html')
| -rw-r--r-- | themed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/index.html b/themed/index.html index aa50f0ac..712307e2 100644 --- a/themed/index.html +++ b/themed/index.html @@ -34,7 +34,7 @@ <div><a href="{{ repourl|attr }}" class="font-semibold text-blue-500 hover:text-blue-600 hover:underline">{{ ctx.repo->name }}</a></div> {! free(repourl); !} <div class="text-sm text-gray-500">{{ ctx.repo->desc }}</div> - <div class="text-sm text-gray-500">Updated {! cgit_repolist_print_modtime(ctx.repo); !} ago</div> + <div class="text-sm text-gray-500">Updated {! cgit_repolist_print_modtime_themed(ctx.repo); !}</div> </div> {% endfor %} </div> |