Skip to content

Commit b6a262a

Browse files
Update list.html
1 parent bf7ba61 commit b6a262a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/operate/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>
1515
{{ .Title }}
1616
</h1>
1717

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 }}
1919
{{ if .Params.categories }}
2020
<div class="post-categories" style="display: table;">
2121
<table style="border-collapse: separate; border-spacing: 0; background-color: #ffffff;">
@@ -40,7 +40,7 @@ <h1>
4040
{{ $displayName = "Redis Enterprise for Kubernetes" }}
4141
{{ $color = "#8A99A0" }}
4242
{{ else if eq $element "oss" }}
43-
{{ $displayName = "Redis Source Available" }}
43+
{{ $displayName = "Redis Community Edition" }}
4444
{{ $color = "#C795E3" }}
4545
{{ else if eq $element "stack" }}
4646
{{ $displayName = "Redis Stack" }}

0 commit comments

Comments
 (0)