File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
assets/images/testimonial Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h1 class="page-title display-1 fw-bold text-primary mt-5 mb-xl-0 w-100">{{ . }}
21
21
{{ range $i, $e := .Site.Data.home.testimonials.content.list }}
22
22
< div class ="col-12 col-xl-12 d-flex flex-column justify-content-center mb-3 px-3 ">
23
23
< div class ="pb-2 ">
24
- {{ partial "asset-image" (dict "src" "testimonials- left-quote.png" "alt" "" "size" "64x") }}
24
+ {{ partial "asset-image" (dict "src" "testimonial/ left-quote.png" "alt" "" "size" "64x") }}
25
25
</ div >
26
26
< div class ="card border-0 shadow p-xl-4 p-3 ">
27
27
< p class ="card-text text-dark w-100 ">
@@ -34,7 +34,7 @@ <h1 class="page-title display-1 fw-bold text-primary mt-5 mb-xl-0 w-100">{{ . }}
34
34
</ p >
35
35
</ div >
36
36
< div class ="pt-2 text-end ">
37
- {{ partial "asset-image" (dict "src" "testimonials- right-quote.png" "alt" "" "size" "64x") }}
37
+ {{ partial "asset-image" (dict "src" "testimonial/ right-quote.png" "alt" "" "size" "64x") }}
38
38
</ div >
39
39
</ div >
40
40
{{ end }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h2 class="fs-1 fw-bold text-center text-light">
14
14
</ div >
15
15
< div class ="col-12 col-xl-7 d-flex flex-column justify-content-center ">
16
16
< div class ="pb-2 ">
17
- {{ partial "asset-image" (dict "src" "testimonials- left-quote.png" "alt" "" "size" "64x") }}
17
+ {{ partial "asset-image" (dict "src" "testimonial/ left-quote.png" "alt" "" "size" "64x") }}
18
18
</ div >
19
19
< div class ="card d-flex flex-xl-row align-items-start border-0 shadow p-5 ">
20
20
{{ $src := (printf "%s%s" "testimonial/" .image ) }}
@@ -27,7 +27,7 @@ <h2 class="fs-1 fw-bold text-center text-light">
27
27
</ p >
28
28
</ div >
29
29
< div class ="pt-2 text-end ">
30
- {{ partial "asset-image" (dict "src" "testimonials- right-quote.png" "alt" "" "size" "64x") }}
30
+ {{ partial "asset-image" (dict "src" "testimonial/ right-quote.png" "alt" "" "size" "64x") }}
31
31
</ div >
32
32
</ div >
33
33
{{ end }}
You can’t perform that action at this time.
0 commit comments