We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49033e4 commit 83e15beCopy full SHA for 83e15be
layouts/operate/single.html
@@ -29,7 +29,7 @@ <h1>
29
{{ $displayName := $element }}
30
{{ $color := "#ffffff" }} <!-- Default background color (white) -->
31
{{ if eq $element "rs" }}
32
- {{ $displayName = "Redis Enterprise Software" }}
+ <a href="{{ "categories/" | relLangURL }}{{ . | urlize }}">{{ $displayName = "Redis Enterprise Software" }}</a>
33
{{ $color = "#DCFF1E" }}
34
{{ else if eq $element "rc" }}
35
{{ $displayName = "Redis Cloud" }}
0 commit comments