mirror of
https://github.com/go-gitea/theme.git
synced 2026-07-19 14:23:35 -04:00
[PR #17] [CLOSED] Move disqus to be part of the content #25
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/17
Author: @metalmatze
Created: 12/10/2016
Status: ❌ Closed
Base:
master← Head:feature/disqus-content📝 Commits (1)
25858c2Move 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.