File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 26
26
{{ $version_history_locations := .Params.version_history.locations }} {{/* See CONTRIBUTING.md */}}
27
27
28
28
29
+ {{ $project_description := (index .Site.Params.project_descriptions $project) }}
30
+
29
31
{{ $display_toc := (index .Params "toc") | default true }}
30
32
{{ $commercial_offering := (index .Params "commercial_offering") | default false }}
31
- {{ $canonical_link := (index .Params "canonical_link") | default (replace .Permalink $version "latest") }}
32
-
33
-
34
- {{ $project_description := (index .Site.Params.project_descriptions $project) }}
33
+ {{ $canonical_link := (index .Params "canonical_link") | default (replace .Permalink $version $project_description.latest) }}
35
34
36
35
{{ $project_name := $project_description.project_name }} {{/* ex; "Riak KV" */}}
37
36
{{ $project_name_html := $project_description.project_name_html }} {{/* ex; Riak<span class="product__title-highlight">TS</span> */}}
You can’t perform that action at this time.
0 commit comments