[PR #56] [MERGED] Fix 404 image #58

Closed
opened 2026-02-16 12:42:42 -05:00 by yindo · 0 comments
Owner

📋 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: masterHead: techknowlogick-patch-1


📝 Commits (1)

📊 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 be https://gitea.io/images/screenshot.jpg


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/theme/pull/56 **Author:** [@techknowlogick](https://github.com/techknowlogick) **Created:** 5/22/2018 **Status:** ✅ Merged **Merged:** 5/22/2018 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `techknowlogick-patch-1` --- ### 📝 Commits (1) - [`69ad94f`](https://github.com/go-gitea/theme/commit/69ad94ff56a2ceb5ee77489004c11686aba66429) Fix 404 image ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `layouts/home/index.html` (+1 -1) </details> ### 📄 Description 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` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:42:42 -05:00
yindo closed this issue 2026-02-16 12:42:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/theme#58