File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ other = "Show More Posts..."
18
18
[banner_acknowledgement ]
19
19
other = " Hide this notice"
20
20
21
+ [case_study_prefix ]
22
+ other = " Case study:"
23
+
21
24
[caution ]
22
25
other = " Caution:"
23
26
Original file line number Diff line number Diff line change 6
6
<!-- Heading -->
7
7
< div class ="banner {{ if .Params.use_gradient_overlay }}overlay{{ end }} " {{ if isset .Params "heading_background" }}style="background-image: url({{ .Params.heading_background }}); "{{ end }} >
8
8
< h1 >
9
- < span class ="heading "> {{ .Params.title_prefix | default "CASE STUDY:" }}</ span >
9
+ < span class ="heading "> {{ .Params.title_prefix | default ( T "case_study_prefix" ) }}</ span >
10
10
{{- if isset .Params "heading_title_logo" -}}
11
11
< img class ="heading-logo " src ="{{ .Params.heading_title_logo}} " />
12
12
{{- else if isset .Params "heading_title_text" -}}
You can’t perform that action at this time.
0 commit comments