go-gitea / theme

Gitea: Theme, moved to https://gitea.com/gitea/theme
https://gitea.io
Apache License 2.0
20 stars 21 forks source link

Fix 404 image #56

Closed techknowlogick closed 6 years ago

techknowlogick commented 6 years ago

Before change it creates URLs like https://gitea.io//images/screenshot.jpg, this 404s, after change it'll be https://gitea.io/images/screenshot.jpg

lunny commented 6 years ago

LGTM