File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
layouts/shortcodes/blocks Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
{{ $caseStudiesPages := where $caseStudiesSection.Pages "Params.featured" true | first 4 }}
6
6
< section id ="talkToUs ">
7
7
< div class ="main-section ">
8
- < h3 > {{ $caseStudiesSection.Title }}</ h3 >
8
+ < h3 style =" text-align: center " > < a href =" /case-studies/ " style =" color: #3371E3; font-weight: 400 " > {{ $caseStudiesSection.LinkTitle }}</ a > </ h3 >
9
9
< div id ="caseStudiesWrapper ">
10
10
{{ range $caseStudiesPages }}
11
11
{{ $logo := .Resources.GetMatch "**{feature,logo}*.svg" }}
@@ -19,7 +19,6 @@ <h3>{{ $caseStudiesSection.Title }}</h3>
19
19
</ div >
20
20
{{ end }}
21
21
</ div >
22
- < h5 style ="text-align: center "> < a href ="/case-studies/ " style ="color: #3371E3; font-weight: 400 "> {{ $caseStudiesSection.LinkTitle }}</ a > </ h5 >
23
22
</ div >
24
23
</ section >
25
24
{{ end }}
You can’t perform that action at this time.
0 commit comments