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.
1 parent aad15ef commit 4481526Copy full SHA for 4481526
layouts/shortcodes/card.html
@@ -24,7 +24,7 @@
24
{{- end -}}
25
26
{{- if $titleUrl -}}
27
- <h2 class="card-title"><a href="{{- $titleUrl -}}">{{- $title -}}</a></h2>
+ <h2 class="card-title"><a href="{{- printf "%s%s" .Page.Permalink $titleUrl -}}">{{- $title -}}</a></h2>
28
{{- else -}}
29
<h2 class="card-title">{{- $title -}}</h2>
30
0 commit comments