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 532d9ff commit d8dd1b8Copy full SHA for d8dd1b8
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
- <a href="{{ "categories/" | relLangURL }}{{ . | urlize }}">{{ $displayName = "Redis Enterprise Software" }}</a>
+ {{ $displayName = "Redis Enterprise Software" }}
33
{{ $color = "#DCFF1E" }}
34
{{ else if eq $element "rc" }}
35
{{ $displayName = "Redis Cloud" }}
0 commit comments