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 5b716f5 + 4764c87 commit eb3724cCopy full SHA for eb3724c
layouts/shortcodes/thirdparty-content.html
@@ -2,7 +2,7 @@
2
{{- $vendor_message := .Get "vendor" | default "false" -}}
3
<div class="alert alert-secondary callout third-party-content" role="alert">
4
{{- if not (eq $single "true" ) -}}
5
- <strong>{{ T "note" | safeHTML }}</strong>
+ <strong>{{ T "note" | safeHTML }}</strong> 
6
{{- if (eq $vendor_message "true" ) -}}
7
{{ T "thirdparty_message_vendor" | safeHTML }}
8
{{- else -}}
0 commit comments