We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75847bf commit c03cdd8Copy full SHA for c03cdd8
assets/css/changelog.css
@@ -39,16 +39,16 @@ ul ul {
39
padding-right: .5rem;
40
}
41
42
-.Added {
+.Neu {
43
background-color: #32b643;
44
color: white;
45
46
47
-.Changed {
+.Anders {
48
background-color: #ffb700;
49
50
51
-.Removed {
+.Entfernt {
52
background-color: #9c2703;
53
54
layouts/_default/changelog.html
@@ -6,7 +6,7 @@
6
{{ $url := "https://raw.githubusercontent.com/DDP-Projekt/Kompilierer/refs/heads/master/CHANGELOG.md" }}
7
{{ with resources.GetRemote $url }}
8
{{ .Content
9
- | replaceRE `\[(\w+)] ` "<span class='tag $1'>$1</span> "
+ | replaceRE `- \[([^\]]+)] ` "- <span class='tag $1'>$1</span> "
10
| markdownify
11
}}
12
{{ else }}
0 commit comments