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 5b716f5 commit 4764c87Copy full SHA for 4764c87
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