1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 08:25:21 +01:00
gitea/modules/templates
silverwind c05701dd7d
Fix frontpage avatars (#13853)
The frontpage uses a rather strange method to obtain the commit's avatar
which I've overlooked earlier. I don't exactly understand how it works
but this change fixes the wrong default avatars by using the function
that was in previous use.

Also introduced a few constants for size an size increase factor.

Fixes: https://github.com/go-gitea/gitea/issues/13844
2020-12-09 01:12:15 +01:00
..
dynamic.go
helper_test.go
helper.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
static.go
templates_bindata.go