File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
{{ .Title }}
16
16
</ h1 >
17
17
18
- {{ with .Params.description }}< p class ="text-lg -mt-5 mb-10 "> {{ . | markdownify }}</ p > {{ end }}
18
+ {{ with .Params.description }}< p class ="text-lg -mt-2 mb-2 "> {{ . | markdownify }}</ p > {{ end }}
19
19
{{ if .Params.categories }}
20
20
< div class ="post-categories " style ="display: table; ">
21
21
< table style ="border-collapse: separate; border-spacing: 0; background-color: #ffffff; ">
40
40
{{ $displayName = "Redis Enterprise for Kubernetes" }}
41
41
{{ $color = "#8A99A0" }}
42
42
{{ else if eq $element "oss" }}
43
- {{ $displayName = "Redis Source Available " }}
43
+ {{ $displayName = "Redis Community Edition " }}
44
44
{{ $color = "#C795E3" }}
45
45
{{ else if eq $element "stack" }}
46
46
{{ $displayName = "Redis Stack" }}
You can’t perform that action at this time.
0 commit comments