Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Commit f263892

Browse files
committed
Move site closure notice to head of the page
1 parent 3c53c75 commit f263892

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_sass/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,5 @@ pre {
213213

214214
.warning {
215215
font-weight: bold;
216+
margin-bottom: 20px;
216217
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
<div class="home">
66

7-
<h1 class="page-heading">This is the community site for all the public <a href="https://github.com/gitbucket/gitbucket">GitBucket</a> plugins.</h1>
8-
97
<div class="warning">
108
Note: This site is no longer maintained and will soon be deleted completely.
119
The list of community plugins is now managed on a Wiki page in the gitbucket repository:
1210
<a href="https://github.com/gitbucket/gitbucket/wiki/Community-Plugins">https://github.com/gitbucket/gitbucket/wiki/Community-Plugins</a>
1311
</div>
1412

13+
<h1 class="page-heading">This is the community site for all the public <a href="https://github.com/gitbucket/gitbucket">GitBucket</a> plugins.</h1>
14+
1515
<h1 class="page-heading">Available Plugins:</h1>
1616
<p class="separator"/>
1717
<ul class="plugin-list">

0 commit comments

Comments
 (0)