We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed9df7a + 881bc8e commit 9a90bbbCopy full SHA for 9a90bbb
layouts/shortcodes/blocks/case-studies.html
@@ -5,7 +5,7 @@
5
{{ $caseStudiesPages := where $caseStudiesSection.Pages "Params.featured" true | first 4 }}
6
<section id="talkToUs">
7
<div class="main-section">
8
- <h3 style="text-align: center"><a href="/case-studies/" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h3>
+ <h3 style="text-align: center"><a href="{{ $caseStudiesSection.RelPermalink }}" style="color: #3371E3; font-weight: 400">{{ $caseStudiesSection.LinkTitle }}</a></h3>
9
<div id="caseStudiesWrapper">
10
{{ range $caseStudiesPages }}
11
{{ $dark := .Resources.GetMatch "**{dark_logo}*.svg" }}
0 commit comments