[PR #17] [CLOSED] Move disqus to be part of the content #25

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/theme/pull/17
Author: @metalmatze
Created: 12/10/2016
Status: Closed

Base: masterHead: feature/disqus-content


📝 Commits (1)

  • 25858c2 Move disqus to be part of the content

📊 Changes

6 files changed (+20 additions, -37 deletions)

View changed files

📝 layouts/_default/single.html (+3 -7)
📝 layouts/docs/single.html (+3 -7)
📝 layouts/page/single.html (+3 -7)
📝 layouts/post/list.html (+4 -9)
📝 layouts/post/single.html (+3 -7)
📝 src/main.scss (+4 -0)

📄 Description

Disqus should be part of the content. It's tightly coupled to the content.
This moves disqus in the same column as the content and thus has the same width.
Otherwise it'll just look off. 😊


🔄 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/17 **Author:** [@metalmatze](https://github.com/metalmatze) **Created:** 12/10/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/disqus-content` --- ### 📝 Commits (1) - [`25858c2`](https://github.com/go-gitea/theme/commit/25858c224b463b9b64c51373bb0b1be8acb4ef32) Move disqus to be part of the content ### 📊 Changes **6 files changed** (+20 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `layouts/_default/single.html` (+3 -7) 📝 `layouts/docs/single.html` (+3 -7) 📝 `layouts/page/single.html` (+3 -7) 📝 `layouts/post/list.html` (+4 -9) 📝 `layouts/post/single.html` (+3 -7) 📝 `src/main.scss` (+4 -0) </details> ### 📄 Description Disqus should be part of the content. It's tightly coupled to the content. This moves disqus in the same column as the content and thus has the same width. Otherwise it'll just look off. 😊 --- <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:37 -05:00
yindo closed this issue 2026-02-16 12:42:37 -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#25