mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-01 20:35:45 -04:00
[PR #56] [MERGED] Fix 404 image #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-gitea/theme/pull/56
Author: @techknowlogick
Created: 5/22/2018
Status: ✅ Merged
Merged: 5/22/2018
Merged by: @appleboy
Base:
master← Head:techknowlogick-patch-1📝 Commits (1)
69ad94fFix 404 image📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
layouts/home/index.html(+1 -1)📄 Description
Before change it creates URLs like
https://gitea.io//images/screenshot.jpg, this 404s, after change it'll behttps://gitea.io/images/screenshot.jpg🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.