[PR #60] [MERGED] fix padding in blog posts; change div sections to actual section tags #62

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/60
Author: @daviian
Created: 6/5/2018
Status: Merged
Merged: 6/5/2018
Merged by: @lafriks

Base: masterHead: bugfix/padding-blog


📝 Commits (1)

  • 1c2563b fix padding in blog posts; change div sections to actual section tags

📊 Changes

5 files changed (+58 additions, -55 deletions)

View changed files

📝 layouts/_default/single.html (+2 -2)
📝 layouts/doc/single.html (+2 -2)
📝 layouts/page/single.html (+2 -2)
📝 layouts/post/list.html (+32 -31)
📝 layouts/post/single.html (+20 -18)

📄 Description

Adds missing padding on blog page.
Change all divs with class section to actual section tags

Before:
list-before
single-before

After:
list-after
single-after


🔄 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/60 **Author:** [@daviian](https://github.com/daviian) **Created:** 6/5/2018 **Status:** ✅ Merged **Merged:** 6/5/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `bugfix/padding-blog` --- ### 📝 Commits (1) - [`1c2563b`](https://github.com/go-gitea/theme/commit/1c2563bb2f8636d3f2b5927e277faf41ade68ac2) fix padding in blog posts; change div sections to actual section tags ### 📊 Changes **5 files changed** (+58 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `layouts/_default/single.html` (+2 -2) 📝 `layouts/doc/single.html` (+2 -2) 📝 `layouts/page/single.html` (+2 -2) 📝 `layouts/post/list.html` (+32 -31) 📝 `layouts/post/single.html` (+20 -18) </details> ### 📄 Description Adds missing padding on blog page. Change all divs with class section to actual section tags Before: <img width="1134" alt="list-before" src="https://user-images.githubusercontent.com/5477981/40960104-031cbd04-689f-11e8-98e9-64cc8c8de9d5.png"> <img width="1140" alt="single-before" src="https://user-images.githubusercontent.com/5477981/40960107-04fe57fe-689f-11e8-8c2e-541dda2255aa.png"> After: <img width="1121" alt="list-after" src="https://user-images.githubusercontent.com/5477981/40960115-0a763f26-689f-11e8-9220-f632d253803f.png"> <img width="1116" alt="single-after" src="https://user-images.githubusercontent.com/5477981/40960116-0c1da256-689f-11e8-9cc0-1b1422e000ed.png"> --- <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#62