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 13
13
{{ partial "icons/logo-stack.html" (dict "context" . "class" "stack-logo-inline") }}
14
14
{{ end }}
15
15
{{ .Title }}</ h1 >
16
- {{ with .Params.description }}< p class ="text-lg -mt-5 mb-10 "> {{ . | markdownify }}</ p > {{ end }}
16
+ {{ with .Params.description }}< p class ="text-lg -mt-2 mb-2 "> {{ . | markdownify }}</ p > {{ end }}
17
17
{{ if .Params.categories }}
18
18
< div class ="post-categories " style ="display: table; ">
19
19
< table style ="border-collapse: separate; border-spacing: 0; background-color: #ffffff; ">
38
38
{{ $displayName = "Redis Enterprise for Kubernetes" }}
39
39
{{ $color = "#8A99A0" }}
40
40
{{ else if eq $element "oss" }}
41
- {{ $displayName = "Redis Source Available " }}
41
+ {{ $displayName = "Redis Community Edition " }}
42
42
{{ $color = "#C795E3" }}
43
43
{{ else if eq $element "stack" }}
44
44
{{ $displayName = "Redis Stack" }}
You can’t perform that action at this time.
0 commit comments