Skip to content

Commit

Permalink
Merge pull request #43091 from MeenuyD/case-studies
Browse files Browse the repository at this point in the history
Remove Case-studies Link and Hyperlink from the bottom of the page
  • Loading branch information
k8s-ci-robot authored Oct 2, 2023
2 parents 873cb20 + dac632a commit 91c23ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/shortcodes/blocks/case-studies.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ $caseStudiesPages := where $caseStudiesSection.Pages "Params.featured" true | first 4 }}
<section id="talkToUs">
<div class="main-section">
<h3>{{ $caseStudiesSection.Title }}</h3>
<h3 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h3>
<div id="caseStudiesWrapper">
{{ range $caseStudiesPages }}
{{ $logo := .Resources.GetMatch "**{feature,logo}*.svg" }}
Expand All @@ -19,7 +19,6 @@ <h3>{{ $caseStudiesSection.Title }}</h3>
</div>
{{ end }}
</div>
<h5 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h5>
</div>
</section>
{{ end }}

0 comments on commit 91c23ee

Please sign in to comment.