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

Commit 22f5971

Browse files
committed
Add unmaintained status
1 parent 4a2f55a commit 22f5971

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

themes/makedeb/assets/scss/header.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,19 @@ header {
9999
@extend .themeHeaderHrColor;
100100
height: 0.25em;
101101
}
102+
103+
.banner {
104+
background-color: #ffc107;
105+
color: $black;
106+
text-align: center;
107+
font-weight: bold;
108+
109+
p {
110+
margin: 0;
111+
}
112+
113+
a {
114+
color: $black;
115+
text-decoration: underline;
116+
}
117+
}

themes/makedeb/layouts/partials/header.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div class="banner">
2+
<p>makedeb is currently unmaintained. <a href="https://hunterwittenborn.com/blog/stepping-back-from-open-source/">Read more</a></p>
3+
</div>
14
<header>
25
{{ if hasPrefix .RelPermalink "/news" }}
36
<a class="makedeb-brand" href="/news">

0 commit comments

Comments
 (0)